[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SCommand.CreateInnerCommand

CreateInnerCommand Method

CreateInnerCommand(C1ODataConnection)

Creates and returns an inner command for the passed connection.

Declaration
protected override C1ODataCommand CreateInnerCommand(C1ODataConnection connection)
Parameters
Type Name Description
C1ODataConnection connection

The C1ODataConnection to be used to create a command.

Returns
Type Description
C1ODataCommand

The created C1ODataCommand.

Overrides