DataPA Enterprise Dashboard Controls API Reference
Gets an ADODB recordset with only the selected rows.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Recordset ComSelectedData { get; }
Visual Basic
Public ReadOnly Property ComSelectedData As Recordset
	Get
Visual C++
public:
virtual property Recordset^ ComSelectedData {
	Recordset^ get () sealed;
}

Return Value

Type: Recordset
An ADODB recordset with only the selected rows.

Remarks

Returns an ADODB.Recordset suitable for COM clients rather than the usual System.Data.DataTable.

See Also