Click or drag to resize

IConnectionDataControl Interface

Interface for connection data controls to be used to retrieve connection data for connection strings.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public interface IConnectionDataControl

The IConnectionDataControl type exposes the following members.

Methods
  NameDescription
Public methodFillControls
Fills the control with the connection info set through the ctor of the control
Public methodInitTestConnection
Inits the test connection work.
Public methodValidateInformation
Validates the information specified.
Top
Events
  NameDescription
Public eventContentsChanged
Raised when one or more controls in the control were changed by the user.
Public eventTestConnectionClicked
Raised when the user clicked the TestConnection button, so observing code should check the internals of this class and test it.
Top
See Also