Click or drag to resize

CmcOptionFlags Enumeration

Commence option flags.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
[FlagsAttribute]
public enum CmcOptionFlags
Members
  Member nameValueDescription
Default0 Default flag.
Fieldname1 Indicates fieldnames should be used, columnnames ignored.
All2 Used to request all fields from a category.
Shared4 Mark item as shared when adding items.
PalmPilot8 Obsolete. Changes from 3Com Palm Pilot.
Canonical16 Make Commence return data in canonical (i.e. consistent) format.
Internet32 Allows for the Agent subsystem to distinguish between Internet/Intranet database operations.
UseThids256 (Undocumented by Commence) Make Commence return THIDs instead of Name field values. Use *RowSet.GetRowID() on a cursor defined with thids flag to get a row's THID
IgnoreSyncCondition512 (Undocumented by Commence) Unknown.
See Also