Click or drag to resize

OleDbFactory Properties

X#

The OleDbFactory 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
(Inherited from AbstractSqlFactory.)
Public propertyParameterPrefix
Define the character with which parameters are prefixed in queries. For example '?' (ODBC, OLEDB) or '@' (SQLServer)
(Inherited from AbstractSqlFactory.)
Public propertyQuoteChar (Overrides QuoteChar.)
Top
See Also