Click or drag to resize

DataObjectExpressionPropertyIn Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyIn(System.String,System.Collections.Generic.IEnumerable{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 PropertyIn(
	string name,
	IEnumerable<Object> value
)

Parameters

name  String
 
value  IEnumerableObject
 

Return Value

DataObjectExpression

[Missing <returns> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyIn(System.String,System.Collections.Generic.IEnumerable{System.Object})"]

See Also