DataPA Enterprise Dashboard Controls API Reference
DataTable detailing the database index fields of the current system.

Namespace: DataPAClientConfig
Assembly: 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: DataTable
DataTable detailing the database index fields of the current system.

Return Value

Type: DataTable
DataTable detailing the database index fields of the current system.

Remarks

DataTable detailing the database index fields of the current system.

See Also