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