Initializes a new instance of the SysConnectionAdapter class.
| Visual Basic (Declaration) | |
|---|---|
Protected Function New( _ ByVal sysConnection As IDbConnection, _ ByVal localizedName As String _ ) | |
| C# | |
|---|---|
protected SysConnectionAdapter( IDbConnection sysConnection, string localizedName ) | |
Parameters
- sysConnection
- A System.Data.IDbConnection for which to provide an adapter.
- localizedName
- A System.String returned from this object's LocalizedName implementation.