DatabaseDriverConfiguration Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.Configuration
The DatabaseDriverConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DatabaseDriverConfiguration | Initializes a new instance of the DatabaseDriverConfiguration class |
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.
| |
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 |
Name | Description | |
---|---|---|
DeserializeFromXml |
Loads the driver config stored in the XmlDocument passed in into a DatabaseDriverConfig object.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Implements ToString()
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
CreateComparableName |
Creates a comparable name to the key names used in the lookup dictionaries. This name is lowercase for case insensitive names, otherwise it's kept as-is
(Defined by ExtensionMethods.) |