[]
Initializes a new instance of the C1MagentoDataAdapter class.
public C1MagentoDataAdapter()
Initializes a new instance of the C1MagentoDataAdapter class with a select command.
public C1MagentoDataAdapter(C1MagentoCommand command)
Type | Name | Description |
---|---|---|
C1MagentoCommand | command |
Initializes a new instance of the C1MagentoDataAdapter class a conection and a select command text.
public C1MagentoDataAdapter(C1MagentoConnection connection, string commandText)
Type | Name | Description |
---|---|---|
C1MagentoConnection | connection | |
string | commandText |
Initializes a new instance of the C1MagentoDataAdapter class with a conection string and a select command text.
public C1MagentoDataAdapter(string connectionString, string commandText)
Type | Name | Description |
---|---|---|
string | connectionString | |
string | commandText |