ArcObjects Library Reference (GeoDatabase)  

IRecordSet.IsFeatureCollection Property

Indicates if the recordset is a feature collection.

[Visual Basic .NET]
Public ReadOnly Property IsFeatureCollection As Boolean
[C#]
public bool IsFeatureCollection {get;}
[C++]
HRESULT get_IsFeatureCollection(
  VARIANT_BOOL* IsFeatureCollection
);
[C++]

Parameters

IsFeatureCollection [out, retval]   IsFeatureCollection is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

When using a recordset class, the IsFeatureCollection property is used to return true and is read only if the RecordSet is a feature collection.

See Also

IRecordSet Interface