DataPA Enterprise Dashboard Controls API Reference
DataSet containing database schema and available business logic functions of the current System.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public DataSet FullStructure { get; }
Visual Basic
Public ReadOnly Property FullStructure As DataSet
	Get
Visual C++
public:
property DataSet^ FullStructure {
	DataSet^ get ();
}

Property Value

Type: DataSet
DataSet containing database schema and available business logic functions of the current System.

Return Value

Type: DataSet
DataSet containing database schema and available business logic functions of the current System.

Remarks

DataSet containing database schema and available business logic functions of the current System.

See Also