RunLookupIndexColumn Property |
|
DataPA OpenAnalytics API Reference
Gets the name of the Column that is used to provide the value selected.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string IndexColumn { get; }
Public ReadOnly Property IndexColumn As String
Get
public:
virtual property String^ IndexColumn {
String^ get () sealed;
}
function get_IndexColumn();
Property Value
Type:
StringThe name of the Column that is used to provide the value selected.
Return Value
Type:
StringThe name of the Column that is used to provide the value selected.
Remarks See Also