Click or drag to resize

OrderByClause Constructor (String, String)

Initializes a new instance of the OrderByClause class

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public OrderByClause(
	string fieldName,
	string direction
)

Parameters

fieldName
Type: SystemString
direction
Type: SystemString
See Also