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