Click or drag to resize

PicklistItemInfoSource Property

The source of the row source. Typically a SELECT statement with 1-3 (but up to 5) columns.
  1. Column 1 - The Key. Loaded into Value. This is what is stored in the database.
  2. Column 2 - The DisplayText. Loaded into DisplayText. This is what is displayed to the user.
  3. Column 3 - The Discrim. Loaded into Discrim. This is used to create subsets within the picklist (e.g. states for various countries).
  4. 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.
  5. 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; }

Property Value

Type: String
See Also