ISqlInvalidCharacterDictionary Interface

Provides access to the field checker validate property which describes the invalid characters for field names for a workspace.

Members

Name Description
Read/write property InvalidChars String containing all of the invalid characters for field names.
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.