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