Click or drag to resize

PicklistUsesKeyClause Property

Gets whether the picklist uses a late bound SQL containing a KEY clause. Read-only.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool UsesKeyClause { get; }

Property Value

Type: Boolean
True if the picklist uses a late bound SQL containing a KEY clause
See Also