Data Object ExpressionProperty In Method
[Missing <summary> documentation for "M:Casewhere.Runtime.DataObjectExpressions.DataObjectExpression.PropertyIn(System.String,System.Collections.Generic.IEnumerable{System.Object})"]
Definition
Namespace: Casewhere.Runtime.DataObjectExpressions
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: Casewhere.Runtime.DataObjectExpressions (in Casewhere.Runtime.DataObjectExpressions.dll) Version: 1.0.0.0 (1.0.0.0)
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})"]