Click or drag to resize

DQEConfigurationBase Class

Base class for DQE Configuration classes which are used with the RuntimeConfiguration system
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesDQEConfigurationBase
    More...

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public abstract class DQEConfigurationBase

The DQEConfigurationBase type exposes the following members.

Constructors
  NameDescription
Protected methodDQEConfigurationBase
CTor
Top
Properties
  NameDescription
Protected propertyCatalogNameOverwriteValues
Returns the added catalog name overwrites
Protected propertyDbProviderFactoryValues
Returns the added DbProviderFactory-invariant name pairs
Protected propertySchemaNameOverwriteValues
Returns the added schema name overwrites
Top
Methods
  NameDescription
Protected methodConfigure
This method is called by RuntimeConfiguration when the configuration lambda has been run.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStoreCatalogNameOverwrite
Stores a catalog name overwrite, which will overwrite the fromName with the toName in every call
Protected methodStoreDbProviderFactoryRegistration
Stores a DbProviderFactory - invariant name registration with this configuration to use with the DQE.
Protected methodStoreSchemaNameOverwrite
Stores a schema name overwrite, which will overwrite the fromName with the toName in every call
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy