SummaryDataComSourceDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the Source DataTable used to generate this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Recordset ComSourceDataTable { get; }
Public ReadOnly Property ComSourceDataTable As Recordset
Get
public:
virtual property Recordset^ ComSourceDataTable {
Recordset^ get () sealed;
}
function get_ComSourceDataTable();
Return Value
Type:
RecordsetThe 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