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


IRecordSet.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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