SetupManagerLookupsDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the Lookups DataTable.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable LookupsDataTable { get; }
Public ReadOnly Property LookupsDataTable As DataTable
Get
public:
virtual property DataTable^ LookupsDataTable {
DataTable^ get () sealed;
}
function get_LookupsDataTable();
Property Value
Type:
DataTableThe Lookups DataTable.
Return Value
Type:
DataTableThe Lookups DataTable.
Remarks See Also