This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriFieldNameErrorType Constants (ArcObjects .NET 10.4 SDK) |
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. |