DataPA Enterprise Dashboard Controls 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
| 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:
RecordsetAn ADODB recordset with only the selected rows.
Remarks
See Also