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


IRecordSet.Fields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface > IRecordSet.Fields Property
ArcGIS Developer Help

IRecordSet.Fields Property

The fields of the recordset.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_Fields(
  IFields** FieldSet
);
[C++]
Parameters
FieldSet [out, retval]

FieldSet is a parameter of type IFields**

Product Availability

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

Remarks

When using a recordset class, the Fields property is used to return the fields in the RecordSet.

See Also

IRecordSet Interface