[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoDataAdapter.-ctor

C1MagentoDataAdapter Constructor

C1MagentoDataAdapter()

Initializes a new instance of the C1MagentoDataAdapter class.

Declaration
public C1MagentoDataAdapter()

C1MagentoDataAdapter(C1MagentoCommand)

Initializes a new instance of the C1MagentoDataAdapter class with a select command.

Declaration
public C1MagentoDataAdapter(C1MagentoCommand command)
Parameters
Type Name Description
C1MagentoCommand command

C1MagentoDataAdapter(C1MagentoConnection, string)

Initializes a new instance of the C1MagentoDataAdapter class a conection and a select command text.

Declaration
public C1MagentoDataAdapter(C1MagentoConnection connection, string commandText)
Parameters
Type Name Description
C1MagentoConnection connection
string commandText

C1MagentoDataAdapter(string, string)

Initializes a new instance of the C1MagentoDataAdapter class with a conection string and a select command text.

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