![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to the members that control the dictionary for SQL Keywords.
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.
Name | 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. |
CoClasses and Classes | Description |
---|