[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SDataAdapter.-ctor

C1D365SDataAdapter Constructor

C1D365SDataAdapter()

Creates an instance of the C1D365SDataAdapter class.

Declaration
public C1D365SDataAdapter()
Public Sub New()

C1D365SDataAdapter(C1D365SCommand)

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

Declaration
public C1D365SDataAdapter(C1D365SCommand command)
Public Sub New(command As C1D365SCommand)
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)
Public Sub New(connection As C1D365SConnection, commandText As String)
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)
Public Sub New(connectionString As String, commandText As String)
Parameters
Type Name Description
string connectionString
string commandText