Title here
Summary here
A DbDestination represents a database table where ingoing data from the flow is written into. Inserts are done in batches (using Bulk insert or an equivalent INSERT statement).
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | |
string | tableName |
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | |
string | tableName | |
int | batchSize |
Type | Name | Description |
---|---|---|
string | tableName |
Type | Name | Description |
---|---|---|
string | tableName | |
int | batchSize |