Click or drag to resize

PicklistProperties Properties

The PicklistProperties type exposes the following members.

Properties
  NameDescription
Public property__FunctionStubs
For Studio use in resolving picklists with embedded functions.
Public propertyCaption
The localized name of the picklist.
Public propertyDescription
The description of the picklist.
Public propertyExcludeFromCodeGen
If true, this item is excluded from code generation.
Public propertyLateBoundSQL
The statement used to fill the list in a late bound fashion. This can contain the parameters {{KEY}} and {{DISCRIM}}. You should NOT Ansi Quote the placeholders.
Public propertyNullEntryCaption
The caption to use for this picklist's null entry.
Public propertyObjectName
The name to use for the enumeration when generating standard picklist enumerations or classes.
Public propertyVocabTextModifier
If your picklists supports vocab text override of display text, you can specify how the display text is formatted in the picklist.
Top
See Also