RunLookupDescriptionColumn Property |
|
DataPA OpenAnalytics API Reference
Gets the name of the column used to populate the lookup.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DescriptionColumn { get; }
Public ReadOnly Property DescriptionColumn As String
Get
public:
virtual property String^ DescriptionColumn {
String^ get () sealed;
}
function get_DescriptionColumn();
Property Value
Type:
StringThe name of the column used to populate the lookup.
Return Value
Type:
StringThe name of the column used to populate the lookup.
Remarks See Also