SqlServerFactory 属性 |
SqlServerFactory 类型公开以下成员。
名称 | 说明 | |
---|---|---|
CanCreateDataSourceEnumerator | Does the factory support datasource enumeration. (继承自 AbstractSqlFactory。) | |
Name | Return the name of the factory. (重写 Name.) | |
ParameterNameInQuery | Should the parameter name be included in the query. Defaults to FALSE for ODBC and OLEDB and TRUE for SQLServer (重写 ParameterNameInQuery.) | |
ParameterPrefix | Define the character with which parameters are prefixed in queries. For example '?' (ODBC, OLEDB) or '@' (SQLServer) (重写 ParameterPrefix.) | |
QuoteChar | Return the quote character for table and column names. (重写 QuoteChar.) |