SQLSyntaxInfo

A class that contains information on the SQL functionality of the database underlying a map layer.

Property

Type

Description

DelimitedIdentifierCase

bool

Indicates whether the database's quoted identifiers are case sensitive.

FunctionNames

PropertySet

Database SQL function names.

IdentifierCase

bool

Indicates whether database's identifiers are case sensitive.

InvalidCharacters

string

The list of invalid characters used in literals (if any).

InvalidStartingCharacters

string

The list of invalid starting characters used in literals (if any).

Keywords

string[]

The list of database specific reserved keywords.

SpecialCharacters

PropertySet

Special database dependent SQL characters.

StringComparisonCase

bool

Indicates whether string comparisons are case sensitive.

SupportedClauses

string[]

Supported SQL clauses.

SupportedPredicates

string[]

Support SQL predicates.

11/8/2016