This document is archived and information here might be outdated.  Recommended version.


esriFieldNameErrorType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriFieldNameErrorType Constants
ArcGIS Developer Help

esriFieldNameErrorType Constants

FieldName error description.

Constant Value Description
esriNoFieldError 0 No field error.
esriSQLReservedWord 1 Field name is a SQL Reserved word.
esriDuplicatedFieldName 2 Field name is a duplicate of another field name.
esriInvalidCharacter 3 Field name containes invalid character.
esriInvalidFieldNameLength 4 Field name is too long.

Product Availability

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

See Also

esriFieldNameErrorType Constants | IFieldChecker Interface