DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
DataTable detailing the database index fields of the current system.
DataTable detailing the database index fields of the current system.
DataTable detailing the database index fields of the current system.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public DataTable DbIdxField { get; } |
Visual Basic |
---|
Public ReadOnly Property DbIdxField As DataTable Get |
Visual C++ |
---|
public: property DataTable^ DbIdxField { DataTable^ get (); } |
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.