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; }
ReadOnly Property LateBoundSQL As String
Get
Property Value
Type:
StringThe 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