This document is archived and information here might be outdated. Recommended version. |
The type of data.
[Visual Basic .NET] Public ReadOnly Property DatasetType As esriDatasetType
[C#] public esriDatasetType DatasetType {get;}
[C++]
HRESULT get_DatasetType(
esriDatasetType* dType
);
[C++] Parameters dType [out, retval]
dType is a parameter of type esriDatasetType*
Indicates the type of data to which the edits have been applied. Possible types include tables, feature classes and attributed relationships. This method returns value of the esriDataType enumeration. See the esriDatasetType enumeration for more information.