ConnectionDataBase Class |
Namespace: SD.LLBLGen.Pro.DBDriverCore
The ConnectionDataBase type exposes the following members.
Name | Description | |
---|---|---|
ConnectionDataBase |
Initializes a new instance of the ConnectionDataBase class.
|
Name | Description | |
---|---|---|
ConnectionElements |
Gets the connection elements.
| |
DriverToUse |
Gets the driver to use.
| |
DriverVersion |
Gets the driver version.
| |
EnableDisablePropertyFunc |
Gets or sets the enable disable property function. This function is called (if not null) with the name
of the property (first argument) to disable/enable (second argument) in a bound control.
(Inherited from DataCollectorBase.) | |
FactoryName |
Gets the name of the DbProviderFactory.
| |
IsReady |
Gets a value indicating whether this instance is ready. By default this property always returns false. Implement
this property in a derived class to check whether all information has been gatherered.
(Inherited from DataCollectorBase.) |
Name | Description | |
---|---|---|
ConstructConnectionElementsList |
Constructs a hashtable with the elements for the connection string
| |
CreatePropertyBagForProperties |
Creates the property bag for the properties which are bound to the property grid
(Inherited from DataCollectorBase.) | |
EnableDisableProperty |
Enables / disables the property with the name specified using a set EnableDisablePropertyFunc
(Inherited from DataCollectorBase.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FillProperties |
Fills the properties of this object with the data obtained from the ConnectionElements object available in the set driver (if any)
| |
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.) | |
GetPropertyNamesForBag |
Gets the property names for the property bag to bind to the property grid. This list of names is used to create property descriptors
which are easier to read as they have their names split on word breaks.
(Inherited from DataCollectorBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitTestConnection |
Inits the test connection work.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Called when a property has changed its value, signaling subscribers that they should check whether this instance is
ready.
(Overrides DataCollectorBaseOnPropertyChanged(String).) | |
PerformPostFirstBindWork |
Performs the work to be done after the first bind.
| |
RaiseOnChangeT |
Raises the on change.
(Inherited from DataCollectorBase.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateInformation |
Validates the information specified.
|
Name | Description | |
---|---|---|
ContentsChanged |
Raised when one or more controls in the control were changed by the user.
| |
DataCollectionChanged |
Raised when data in this collector has been changed. Use IsReady to check whether this element is indeed complete or not.
(Inherited from DataCollectorBase.) | |
PropertyChanged |
Occurs when a property value changes.
(Inherited from DataCollectorBase.) |