 | ICommenceCursorSetLogic Method |
Defines the filter logic for the cursor.
Not recommended, use
Filters instead.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool SetLogic(
string pLogic,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function SetLogic (
pLogic As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Boolean
Parameters
- pLogic
- Type: SystemString
Fully formatted [ViewConjunction()] DDE request command. - flags (Optional)
- Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be CmcOptionFlags.Default
Return Value
Type:
Booleantrue on succes,
false on error.
See Also