SQLUpserter Properties |
The SQLUpserter type exposes the following members.
Name | Description | |
---|---|---|
ColumnCount |
The number of columns that have been added to be inserted, updated, and/or matched.
| |
Hints |
Gets/sets the SQL hints applied to the MERGE statement. If no Hints are explicitly specified then ROWLOCK is used.
However, the ROWLOCK hint can be suppressed using NoRowLock when generating/executing.
| |
Schema |
Retrieves the schema for the specified Table. Requires that the object was constructed
with the SQLUpserter(IDatabase, String) constructor.
| |
Table |
Gets/Sets the table that this class should using when building the MERGE statement.
This is normally set in the constructor.
|