This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRecordSet Interface > IGPRecordSet.RecordSet Property (ArcObjects .NET 10.5 SDK) |
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