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
    Create a C1ODataCommand instance with a connection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1ODataConnection _
    )
    public C1ODataCommand( 
       C1ODataConnection connection
    )

    Parameters

    connection
    See Also