Column Name | Data Type | Description |
CompositeIdentifierSeparatorPattern | String | Regular expression for matching composite name separator character |
DataSourceProductName | String | Product name accessed by the data provider |
DataSourceProductVersion | String | Product version accessed by the data provider |
DataSourceProductVersionNormalized | String | Product version accessed by the data provider in a format that will be consistent for all versions of the data provider |
GroupByBehavior | GroupByBehavior | The relationship between GROUP BY columns and non-aggregated columns of the SELECT statement |
IdentifierPattern | String | Regular expression for matching an identifier |
IdentifierCase | IdentifierCase | Indicates if nonquoted identifiers are case-sensitive |
OrderByColumnsInSelect | Boolean | Specifies whether ORDER BY columns must be specified in the SELECT list. |
ParameterMarkerFormat | String | Format string for matching a parameter marker |
ParameterMarkerPattern | String | Regular expression for matching a parameter marker |
ParameterNameMaxLength | INT32 | Maximum character length of a named parameter |
ParameterNamePattern | String | Regular expression for matching a named parameter |
QuotedIdentifierPattern | String | Regular expression for matching a quoted identifier |
QuotedIdentifierCase | String | Indicats if quoted identifiers are case sensitive |
StatementSeparatorPattern | String | Regular expression for matching a statement separator |
StringLiteralPattern | String | Regular expression for matching a quoted string literal in an SQL statement |
SupportedJoinOperators | SupportedJoinOperators | Specifies what SQL JOIN operators are supported |