[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.DbCommandWrap-3.CreateInnerCommand

CreateInnerCommand Method

CreateInnerCommand(TInnerConnection)

Create a inner command related to an inner connection.

Declaration
protected abstract TInnerCommand CreateInnerCommand(TInnerConnection connection)
Protected MustOverride Function CreateInnerCommand(connection As TInnerConnection) As TInnerCommand
Parameters
Type Name Description
TInnerConnection connection
Returns
Type Description
TInnerCommand

The created inner command.