[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SDataAdapter.-ctor

C1D365SDataAdapter Constructor

C1D365SDataAdapter()

Creates an instance of the C1D365SDataAdapter class.

Declaration
public C1D365SDataAdapter()

C1D365SDataAdapter(C1D365SCommand)

Creates an instance of the C1D365SDataAdapter class, for executing the passed db command.

Declaration
public C1D365SDataAdapter(C1D365SCommand command)
Parameters
Type Name Description
C1D365SCommand command

C1D365SDataAdapter(C1D365SConnection, string)

Creates an instance of the C1D365SDataAdapter class, for executing over a specific connection the db command from a specific text.

Declaration
public C1D365SDataAdapter(C1D365SConnection connection, string commandText)
Parameters
Type Name Description
C1D365SConnection connection
string commandText

C1D365SDataAdapter(string, string)

Creates an instance of the C1D365SDataAdapter class, for executing over a connection specified by a connection string, the db command from a specific text.

Declaration
public C1D365SDataAdapter(string connectionString, string commandText)
Parameters
Type Name Description
string connectionString
string commandText