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