Click or drag to resize
ProcessDataRequestEventArgsComRawData Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets an ADODB recordset all rows.

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

Return Value

Type: Recordset
An ADODB recordset with all rows.
Remarks
Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable. Recordset contains a boolean field, _ProcessFlag, that is true for all the selected rows.
See Also