Click or drag to resize

ICommenceCursorSetSort Method

Defines the sort criteria for the cursor. Use this only if you apply filters with the SetFilter method. You are strongly advised to use the Filters collection instead.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool SetSort(
	string pSort,
	CmcOptionFlags flags
)

Parameters

pSort
Type: SystemString
Text defining the new sort criteria. Syntax is identical to the one used by the DDE ViewSort request.
flags
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused at present, must be 0.

Return Value

Type: Boolean
Returns true on succes, false on error.
See Also