Click or drag to resize
DBDriverBase Properties

The DBDriverBase type exposes the following members.

Properties
  NameDescription
Protected propertyActiveCatalog
Gets the active catalog.
Public propertyConnectionElements
Gets the list of connection elements to use to build a connection string.
Public propertyCreatedByDesigner
Gets or sets a value indicating whether this element is created by the designer from mappings (true) or that it was created from meta-data retrieved from the database (false, default).
(Inherited from DBElementBase.)
Public propertyCustomProperties
Gets the Custom properties (name - value pairs) read from the schema.
(Inherited from DBElementBase.)
Public propertyDBDriverCopyright
Gets the copyright string for this driver
Public propertyDBDriverID
Returns the driver ID which can be used to identify this driver with a specified driver in a driver.config file.
Public propertyDBDriverType
Returns the string representation of the type of this driver, e.g. LLBLGen Pro database driver for SQLServer.
Public propertyDBDriverVendor
Returns the name of the vendor of this driver, e.g. Solutions Design.
Public propertyDBDriverVersion
Returns the string representation of the version of this driver, e.g. 1.0 Beta.
Public propertyDBTypesAsNETType
Gets the dbtypes to .NET type conversiontable
Public propertyDBTypesAsProviderType
Gets the dbtypes to provider type conversiontable
Public propertyDBTypesAsString
Gets the dbtypes to string conversiontable
Public propertyDefaultValuePerTypeForParameters
Gets the default value per type for parameters. As types, all value types in the supported set of types are included plus string. The values are used for parameters for stored procedure calls for resultset retrieval.
Protected propertyDeserializing
Gets or sets a value indicating whether this instance is deserializing.
(Inherited from DBElementBase.)
Public propertyErrorLog
Gets the complete ErrorLog for this object.
(Inherited from DBElementBase.)
Public propertyFullName
Gets the full name.
(Inherited from DBElementBase.)
Public propertyFullNameForXml
Gets the full name for XML. This is a name which has the format schemaname:elementname or schemaname:elementname:fieldname. Used for references.
(Inherited from DBElementBase.)
Public propertyFullNameForXmlWithCatalog
Gets the full name for XML. This is a name which has the format catalogname:schemaname:elementname or catalogname:schemaname:elementname:fieldname. Used for references.
(Inherited from DBElementBase.)
Public propertyMajorServerVersionNumber
Gets the major server version number.
Public propertyMarkedForDeletion
Gets or sets a value indicating whether this element is marked for deletion.
(Inherited from DBElementBase.)
Public propertyMinorServerVersionNumber
Gets the minor server version number.
Public propertyNETToDBTypeConversions
Gets the .NET to DB type conversions.
Public propertyRdbmsFunctionalityAspects
Returns the array list with RdbmsFunctionalityAspect specifications the database represented by this driver can perform.
Public propertyServerVersion
Gets the server version.
Protected propertySortOrderPerDBType
Gets the list of sortorder (value) per dbtype (key)
Public propertySupportsCatalogs
Gets a value indicating whether the database of this driver supports the concept of a catalog
Protected propertySupportsCommandTimeout
Gets a value indicating whether this driver supports command timeouts. Firebird for example doesn't support command timeouts. Default implementation returns true;
Public propertySupportsMultipleCatalogs
Gets a value indicating whether the database of this driver supports multiple catalogs
Public propertySupportsMultipleSchemas
Gets a value indicating whether the database of this driver supports the concept of multiple schemas, either at the server level or at the catalog level.
Public propertySupportsSchemas
Gets a value indicating whether the database of this driver supports the concept of schemas. Schemas are always supported if catalogs are supported.
Protected propertyTypeOfDBElement
Gets the type of DB element in the form of a ContainedElementType value.
(Overrides DBElementBaseTypeOfDBElement.)
Top
See Also