This document is archived and information here might be outdated. Recommended version. |
The records corresponding to the query result portion.
[Visual Basic .NET] Public Property Records As IRecordSet
[C#] public IRecordSet Records {get; set;}
[C++]
HRESULT get_Records(
IRecordSet** recordSet
);
[C++]
HRESULT putref_Records(
IRecordSet* recordSet
);
[C++]
Parameters recordSet [out, retval]
recordSet is a parameter of type IRecordSet** recordSet [in]
recordSet is a parameter of type IRecordSet*