AbstractSqlFactory Properties |
The AbstractSqlFactory type exposes the following members.
Name | Description | |
---|---|---|
CanCreateDataSourceEnumerator | Does the factory support datasource enumeration. | |
DefaultFactory | ||
Name | Return the name of the factory. | |
ParameterNameInQuery | Should the parameter name be included in the query. Defaults to FALSE for ODBC and OLEDB and TRUE for SQLServer | |
ParameterPrefix | Define the character with which parameters are prefixed in queries. For example '?' (ODBC, OLEDB) or '@' (SQLServer) | |
QuoteChar | Return the quote character for table and column names. |