ProcessDataRequestEventArgsComRawData Property |
|
DataPA OpenAnalytics API Reference
Gets an ADODB recordset all rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Recordset ComRawData { get; }
Public ReadOnly Property ComRawData As Recordset
Get
public:
virtual property Recordset^ ComRawData {
Recordset^ get () sealed;
}
function get_ComRawData();
Return Value
Type:
RecordsetAn 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