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


esriFieldNameErrorType Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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