Provides access to the members that control the dictionary for SQL Keywords.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ISqlKeywordDictionary references can be accessed through the IFieldChecker.ValidateDictionary property. This interface can be used to determine whether a word is a keyword in SQL.
Members
Description | ||
---|---|---|
Add | Adds a new illegal field name. | |
Count | Number of invalid field names. | |
Empty | Clears all the invalid field names. | |
FindKeyword | Indicates if the word is illegal (Legal = false, Illegal = true). | |
Name | Provides access to members that maintain a list of SQL Keywords. | |
Remove | Removes a illegal field name form the list. | |
Reset | Resets the invalid field names to the state before you called Clear, Add, or Remove. |