[]
Create a inner command related to an inner connection.
protected abstract TInnerCommand CreateInnerCommand(TInnerConnection connection)
Protected MustOverride Function CreateInnerCommand(connection As TInnerConnection) As TInnerCommand
| Type | Name | Description |
|---|---|---|
| TInnerConnection | connection |
| Type | Description |
|---|---|
| TInnerCommand | The created inner command. |