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