ArcObjects Library Reference (GeoDatabase)  

IFieldChecker.ValidateDictionary Property

Fieldchecker dictionary.

[Visual Basic .NET]
Public Property ValidateDictionary As ISqlKeywordDictionary
[C#]
public ISqlKeywordDictionary ValidateDictionary {get; set;}
[C++]
HRESULT get_ValidateDictionary(
  ISqlKeywordDictionary** ValidateDictionary
);
[C++]
HRESULT putref_ValidateDictionary(
  ISqlKeywordDictionary* ValidateDictionary
);
[C++]

Parameters

ValidateDictionary [out, retval]

  ValidateDictionary is a parameter of type ISqlKeywordDictionary

ValidateDictionary [in]

  ValidateDictionary is a parameter of type ISqlKeywordDictionary

Product Availability

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

Description

The ValidateDictionary method provides access to the dictionary used to verify that field and table names are reserved words in the target data source. A ISqlKeywordDictionary object can be used to search the dictionary used to validate a name when IFieldChecker::ValidateWorkspace has been set. If a ValidateWorkspace has not been set a custom keyword dictionary can be built using ISqlKeywordDictionary. If the ValidateWorkspace has been set the dictionary can not be changed.

See Also

IFieldChecker Interface