DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / C1ODataCommand Constructor / C1ODataCommand Constructor(C1ODataConnection)

In This Topic
    C1ODataCommand Constructor(C1ODataConnection)
    In This Topic
    Creates an instance of a db command, specifying an C1ODataConnection to be executed over.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1ODataConnection _
    )
    public C1ODataCommand( 
       C1ODataConnection connection
    )

    Parameters

    connection
    See Also