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