Open Method (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Opens a database connection with the settings specified by the connection string.
Syntax
'Declaration
Public Overrides Sub Open()
public override void Open()
See Also