DataPA Enterprise Dashboard Controls API Reference
Gets the Source DataTable used to generate this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Recordset ComSourceDataTable { get; }
Visual Basic
Public ReadOnly Property ComSourceDataTable As Recordset
	Get
Visual C++
public:
virtual property Recordset^ ComSourceDataTable {
	Recordset^ get () sealed;
}

Return Value

Type: Recordset
The Source DataTable used to generate this object.

Remarks

Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable.

See Also