This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* IsFeatureCollection
);
[C++] Parameters IsFeatureCollection [out, retval]
IsFeatureCollection is a parameter of type bool*
When using a recordset class, the IsFeatureCollection property is used to return true and is read only if the RecordSet is a feature collection.