This document is archived and information here might be outdated.  Recommended version.


IGPRecordSet.RecordSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRecordSet Interface > IGPRecordSet.RecordSet Property
ArcGIS Developer Help

IGPRecordSet.RecordSet Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPRecordSet Interface