Click or drag to resize
DatabaseDriverConfiguration Properties

The DatabaseDriverConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyFilename
The Filename of the assembly containing the code for the databasedriver.
Public propertyCaseSensitiveElementNames
Gets or sets a value indicating whether the database the driver is for has by default case sensitive element names.
Public propertyClassName
The classname used for the IDBDriver implementation.
Public propertyDatabaseName
Gets or sets the name of the database the driver is for.
Public propertyDatabaseShortName
Gets or sets the short name variant of the database the driver is for
Public propertyDriverID
The DriverID for this driver.
Public propertyDynamicQueryEngineNamespace
The complete namespace for the dynamic query engine to refer to in generated code.
Public propertyFullDriverPath
The full path to the driver directory.
Public propertyFullPathFilename
The complete path + filename to use when the assembly has to be loaded.
Public propertyName
The name of the Database driver
Public propertyNameLengthLimit
Gets the name length limit for this database. If 0 or smaller, no limit is enforced, otherwise the limit specified here is the limit used to generate names for elements in the relational model data in the designer.
Public propertyNamespace
The namespace used for the databasedriver. Necessary to construct an instance of the IDBDriver implementation.
Public propertyShortName
Gets or sets the short name for the driver.
Top
See Also