Click or drag to resize

WhereClause Constructor (IEnumerableConditionalClause)

Initializes a new instance of the WhereClause class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public WhereClause(
	IEnumerable<ConditionalClause> conditions
)

Parameters

conditions
Type: System.Collections.GenericIEnumerableConditionalClause
See Also