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
.NET Samples
Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files:
ClosestFacility_GISServerAPIClass) |
Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files:
Route_GISClientClass) |
Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files:
Route_GISServerAPIClass) |
Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files:
ServiceArea_GISServerAPIClass) |