[]
Create a inner connection for this DbConnectionWrap<TInnerConnection, TInnerCommand, TInnerParameter>
protected abstract TInnerConnection CreateInnerConnection()
Type | Description |
---|---|
TInnerConnection | The inner connection created expressed as |
Create a inner connection considering a connection string.
protected abstract TInnerConnection CreateInnerConnection(string connectionString)
Type | Name | Description |
---|---|---|
string | connectionString | The connection string to be used for creating the inner connection. |
Type | Description |
---|---|
TInnerConnection | The inner connection created expressed as |