Provides access to the field checker validate property which describes the invalid characters for field names for a workspace.
Members
Name | Description | |
---|---|---|
InvalidChars | String containing all of the invalid characters for field names. | |
InvalidStartingChars | String containing all of the characters that cannot be the first character in a field name. |
ISqlInvalidCharacterDictionary.InvalidChars Property
String containing all of the invalid characters for field names.
Public Property InvalidChars As String
public string InvalidChars {get; set;}
ISqlInvalidCharacterDictionary.InvalidStartingChars Property
String containing all of the characters that cannot be the first character in a field name.
Public Property InvalidStartingChars As String
public string InvalidStartingChars {get; set;}
Classes that implement ISqlInvalidCharacterDictionary
Classes | Description |
---|