ArcObjects Library Reference (Geoprocessing)  

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