Click or drag to resize

DataObjectExpressionPropertyLessThan Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyLessThan(System.String,System.Object)"]

Namespace:  Casewhere.Runtime.DataObjectExpressions
Assembly:  Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static DataObjectExpression PropertyLessThan(
	string name,
	Object value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyLessThan(System.String,System.Object)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyLessThan(System.String,System.Object)"]

Return Value

Type: DataObjectExpression

[Missing <returns> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyLessThan(System.String,System.Object)"]

See Also