QueryDatasetRecordset Property |
|
DataPA OpenAnalytics API Reference
Gets the data converted to an ADODB recordset object for COM interfaces
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Recordset Recordset { get; }
Public ReadOnly Property Recordset As Recordset
Get
public:
virtual property Recordset^ Recordset {
Recordset^ get () sealed;
}
function get_Recordset();
Return Value
Type:
RecordsetImplements
QueryDataset_QueryDatasetRecordsetSee Also