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

In This Topic
    C1D365SDataAdapter Constructor(String,String)
    In This Topic
    Creates an instance of the C1D365SDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connectionString As String, _
       ByVal commandText As String _
    )
    public C1D365SDataAdapter( 
       string connectionString,
       string commandText
    )

    Parameters

    connectionString
    commandText
    See Also