DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SDataAdapter Class / C1D365SDataAdapter Constructor / C1D365SDataAdapter Constructor(C1D365SCommand)

In This Topic
    C1D365SDataAdapter Constructor(C1D365SCommand)
    In This Topic
    Creates an instance of the C1D365SDataAdapter class, for executing the passed db command.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal command As C1D365SCommand _
    )
    public C1D365SDataAdapter( 
       C1D365SCommand command
    )

    Parameters

    command
    See Also