Click or drag to resize

DataObjectPropertyIn Constructor

Initializes a new instance of the DataObjectPropertyIn class

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 DataObjectPropertyIn(
	string name,
	IEnumerable<Object> value
)

Parameters

name
Type: SystemString

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

value
Type: System.Collections.GenericIEnumerableObject

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

See Also