DatabaseDriverConfiguration Properties | 
The DatabaseDriverConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AssemblyFilename | 
            The Filename of the assembly containing the code for the databasedriver.
              | |
| CaseSensitiveElementNames | 
            Gets or sets a value indicating whether the database the driver is for has by default case sensitive element names.
              | |
| CaseSensitiveFieldNames | 
            Gets or sets a value indicating whether the database the driver is for has by default case sensitive element names.
              | |
| ClassName | 
            The classname used for the IDBDriver implementation.
              | |
| DatabaseName | 
            Gets or sets the name of the database the driver is for.
              | |
| DatabaseShortName | 
            Gets or sets the short name variant of the database the driver is for
              | |
| DriverID | 
            The DriverID for this driver.
              | |
| DynamicQueryEngineNamespace | 
            The complete namespace for the dynamic query engine to refer to in generated code.
              | |
| FullDriverPath | 
            The full path to the driver directory.
              | |
| FullPathFilename | 
            The complete path + filename to use when the assembly has to be loaded.
              | |
| Name | 
            The name of the Database driver
              | |
| NameLengthLimit | 
            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.
              | |
| Namespace | 
            The namespace used for the databasedriver. Necessary to construct an instance of the IDBDriver implementation.
              | |
| ShortName | 
            Gets or sets the short name for the driver.
              | |
| TableOrderInCreate | 
            The specification for the order in which tables have to be enumerated in a create table loop
              | |
| TableOrderInDrop | 
            The specification for the order in which tables have to be enumerated in a drop table loop
              |