 | 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
Syntaxbool SetSort(
string pSort,
CmcOptionFlags flags
)
Function SetSort (
pSort As String,
flags As CmcOptionFlags
) As Boolean
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:
BooleanReturns
true on succes,
false on error.
See Also