Click or drag to resize

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
Syntax
bool SetLogic(
	string pLogic,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

pLogic
Type: SystemString
Fully formatted [ViewConjunction()] DDE request command.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Unused, must be CmcOptionFlags.Default

Return Value

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