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
Type: SystemString

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

value
Type: System.Collections.GenericIEnumerableObject

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

Return Value

Type: DataObjectExpression

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

See Also