[]
        
(Showing Draft Content)

C1.AdoNet.Magento.C1MagentoDataAdapter

C1MagentoDataAdapter Class

Represents a set of data commands and a connection to a data source that are used to fill the DataSet and update the data source. This class cannot be inherited.

Namespace: C1.AdoNet.Magento
Assembly: C1.AdoNet.Magento.dll
Syntax
public sealed class C1MagentoDataAdapter : C1DataAdapterBase<C1MagentoCommand>, IComponent, IDisposable, ICloneable, IDbDataAdapter, IDataAdapter

Constructors

Name Description
C1MagentoDataAdapter()

Initializes a new instance of the C1MagentoDataAdapter class.

C1MagentoDataAdapter(C1MagentoCommand)

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

C1MagentoDataAdapter(C1MagentoConnection, string)

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

C1MagentoDataAdapter(string, string)

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