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

In This Topic
    C1ODataCommand Constructor(C1ODataConnection,String)
    In This Topic
    Create a C1ODataCommand instance with a connection and a command text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As C1ODataConnection, _
       ByVal commandText As String _
    )
    public C1ODataCommand( 
       C1ODataConnection connection,
       string commandText
    )

    Parameters

    connection
    commandText
    See Also