Click or drag to resize

Criteria Constructor (String, SelectClause, WhereClause, OrderByClause)

Initializes a new instance of the Criteria class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public Criteria(
	string table,
	SelectClause select,
	WhereClause where,
	OrderByClause orderBy
)

Parameters

table
Type: SystemString
select
Type: Dynamicweb.DataManagementSelectClause
where
Type: Dynamicweb.DataManagementWhereClause
orderBy
Type: Dynamicweb.DataManagementOrderByClause
See Also