Click or drag to resize

PicklistPropertiesLateBoundSQL Property

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.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string LateBoundSQL { get; }

Property Value

Type: String
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.
See Also