Click or drag to resize
SummaryDataComSummaryDataTable Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the Summary DataTable generated by this object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Recordset ComSummaryDataTable { get; }

Return Value

Type: Recordset
The Summary DataTable generated by this object.
Remarks
Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable.
See Also