Click or drag to resize

AbstractSqlFactory Properties

X#

The AbstractSqlFactory type exposes the following members.

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