Click or drag to resize

SqlServerFactory Properties

X#

The SqlServerFactory type exposes the following members.

Properties
  NameDescription
Public propertyCanCreateDataSourceEnumerator
Does the factory support datasource enumeration.
(Inherited from AbstractSqlFactory.)
Public propertyName
Return the name of the factory.
(Overrides Name.)
Public propertyParameterNameInQuery
Should the parameter name be included in the query. Defaults to FALSE for ODBC and OLEDB and TRUE for SQLServer
(Overrides ParameterNameInQuery.)
Public propertyParameterPrefix
Define the character with which parameters are prefixed in queries. For example '?' (ODBC, OLEDB) or '@' (SQLServer)
(Overrides ParameterPrefix.)
Public propertyQuoteChar
Return the quote character for table and column names.
(Overrides QuoteChar.)
Top
See Also