[]
Initializes a new instance of a class that inherits from the C1CommandBuilderBase class.
public C1CommandBuilderBase(ILogger logger)
| Type | Name | Description |
|---|---|---|
| ILogger | logger |
Initializes a new instance of a class that inherits from the C1CommandBuilderBase class receive a C1DataAdapterBase as input parameter.
public C1CommandBuilderBase(C1DataAdapterBase adapter, ILogger logger)
| Type | Name | Description |
|---|---|---|
| C1DataAdapterBase | adapter | |
| ILogger | logger |