DataPA Enterprise Dashboard Controls 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

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: 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