DBDriverBase Properties |
The DBDriverBase type exposes the following members.
Name | Description | |
---|---|---|
ActiveCatalog |
Gets the active catalog.
| |
ConnectionElements |
Gets the list of connection elements to use to build a connection string.
| |
CreatedByDesigner |
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.) | |
CustomProperties |
Gets the Custom properties (name - value pairs) read from the schema.
(Inherited from DBElementBase.) | |
DBDriverCopyright |
Gets the copyright string for this driver
| |
DBDriverID |
Returns the driver ID which can be used to identify this driver with a specified driver in a driver.config file.
| |
DBDriverType |
Returns the string representation of the type of this driver, e.g. LLBLGen Pro database driver for SQLServer.
| |
DBDriverVendor |
Returns the name of the vendor of this driver, e.g. Solutions Design.
| |
DBDriverVersion |
Returns the string representation of the version of this driver, e.g. 1.0 Beta.
| |
DBTypesAsNETType |
Gets the dbtypes to .NET type conversiontable
| |
DBTypesAsProviderType |
Gets the dbtypes to provider type conversiontable
| |
DBTypesAsString |
Gets the dbtypes to string conversiontable
| |
DefaultValuePerTypeForParameters |
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.
| |
Deserializing |
Gets or sets a value indicating whether this instance is deserializing.
(Inherited from DBElementBase.) | |
ErrorLog |
Gets the complete ErrorLog for this object.
(Inherited from DBElementBase.) | |
FullName |
Gets the full name.
(Inherited from DBElementBase.) | |
FullNameForXml |
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.) | |
FullNameForXmlWithCatalog |
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.) | |
MajorServerVersionNumber |
Gets the major server version number.
| |
MarkedForDeletion |
Gets or sets a value indicating whether this element is marked for deletion.
(Inherited from DBElementBase.) | |
MinorServerVersionNumber |
Gets the minor server version number.
| |
NETToDBTypeConversions |
Gets the .NET to DB type conversions.
| |
RdbmsFunctionalityAspects |
Returns the array list with RdbmsFunctionalityAspect specifications the database represented by this driver can perform.
| |
ServerVersion |
Gets the server version.
| |
SortOrderPerDBType |
Gets the list of sortorder (value) per dbtype (key)
| |
SupportsCatalogs |
Gets a value indicating whether the database of this driver supports the concept of a catalog
| |
SupportsCommandTimeout |
Gets a value indicating whether this driver supports command timeouts. Firebird for example doesn't support command timeouts. Default implementation
returns true;
| |
SupportsMultipleCatalogs |
Gets a value indicating whether the database of this driver supports multiple catalogs
| |
SupportsMultipleSchemas |
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.
| |
SupportsSchemas |
Gets a value indicating whether the database of this driver supports the concept of schemas. Schemas are always supported if catalogs are supported.
| |
TypeOfDBElement |
Gets the type of DB element in the form of a ContainedElementType value.
(Overrides DBElementBaseTypeOfDBElement.) |