PicklistItemInfoSource Property |
The source of the row source. Typically a SELECT statement with 1-3 (but up to 5) columns.
- Column 1 - The Key. Loaded into Value. This is what is stored in the database.
- Column 2 - The DisplayText. Loaded into DisplayText. This is what is displayed to the user.
- Column 3 - The Discrim. Loaded into Discrim. This is used to create subsets within the picklist (e.g. states for various countries).
- Column 4 - The Enabler. Used to control Disabled in Attributes. When this column is in the query the value is treated as an integer where zero/null means disabled and any other value means enabled.
- Column 5 - The Group. Loaded into Group.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Source { get; set; }
Public Property Source As String
Get
Set
Property Value
Type:
StringSee Also