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

In This Topic
    C1ODataDataAdapter Constructor(C1ODataCommand)
    In This Topic
    Initializes a new instance of the C1ODataDataAdapter class with a select command.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal command As C1ODataCommand _
    )
    public C1ODataDataAdapter( 
       C1ODataCommand command
    )

    Parameters

    command
    See Also