 | 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
<FlagsAttribute>
Public Enumeration CmcOptionFlags
Members|
| Member name | Value | Description |
|---|
| Default | 0 |
Default flag.
|
| Fieldname | 1 |
Indicates fieldnames should be used, columnnames ignored.
|
| All | 2 |
Used to request all fields from a category.
|
| Shared | 4 |
Mark item as shared when adding items.
|
| PalmPilot | 8 | Obsolete.
Changes from 3Com Palm Pilot.
|
| Canonical | 16 |
Make Commence return data in canonical (i.e. consistent) format.
|
| Internet | 32 |
Allows for the Agent subsystem to distinguish between Internet/Intranet database operations.
|
| UseThids | 256 |
(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
|
| IgnoreSyncCondition | 512 |
(Undocumented by Commence) Unknown.
|
See Also