DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SCommand Class / CreateInnerCommand Method
The C1.AdoNet.OData.C1ODataConnection to be used to create a command.

In This Topic
    CreateInnerCommand Method (C1D365SCommand)
    In This Topic
    Creates and returns an inner command for the passed connection.
    Syntax
    'Declaration
     
    Protected Overrides NotOverridable Function CreateInnerCommand( _
       ByVal connection As C1ODataConnection _
    ) As C1ODataCommand
    protected override C1ODataCommand CreateInnerCommand( 
       C1ODataConnection connection
    )

    Parameters

    connection
    The C1.AdoNet.OData.C1ODataConnection to be used to create a command.

    Return Value

    See Also