SystemStructureDataBase Property |
|
DataPA OpenAnalytics API Reference
DataTable detailing the databases of the current system.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DataTable DataBase { get; }
Public ReadOnly Property DataBase As DataTable
Get
public:
property DataTable^ DataBase {
DataTable^ get ();
}
Property Value
Type:
DataTableDataTable detailing the databases of the current system.
Return Value
Type:
DataTableDataTable detailing the databases of the current system.
Remarks DataTable detailing the databases of the current system.
See Also