DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
An ADODB recordset with all rows.
Gets an ADODB recordset all rows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Recordset ComRawData { get; } |
Visual Basic |
---|
Public ReadOnly Property ComRawData As Recordset Get |
Visual C++ |
---|
public: virtual property Recordset^ ComRawData { Recordset^ get () sealed; } |
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.