Click or drag to resize
ConnectionDataBase Properties

The ConnectionDataBase type exposes the following members.

Properties
  NameDescription
Protected propertyConnectionElements
Gets the connection elements.
Protected propertyDriverToUse
Gets the driver to use.
Public propertyDriverVersion
Gets the driver version.
Public propertyEnableDisablePropertyFunc
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.)
Public propertyFactoryName
Gets the name of the DbProviderFactory.
Public propertyIsReady
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.)
Top
See Also