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