This document is archived and information here might be outdated. Recommended version. |
The recordset data.
[Visual Basic .NET] Public Property RecordSet As IRecordSet
[C#] public IRecordSet RecordSet {get; set;}
[C++]
HRESULT get_RecordSet(
IRecordSet** ppRs
);
[C++]
HRESULT putref_RecordSet(
IRecordSet* ppRs
);
[C++] Parameters ppRs [out, retval]
ppRs is a parameter of type IRecordSet** ppRs [in]
ppRs is a parameter of type IRecordSet*