Click or drag to resize

SQLUpserter Properties

The SQLUpserter type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
The number of columns that have been added to be inserted, updated, and/or matched.
Public propertyHints
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.
Public propertySchema
Retrieves the schema for the specified Table. Requires that the object was constructed with the SQLUpserter(IDatabase, String) constructor.
Public propertyTable
Gets/Sets the table that this class should using when building the MERGE statement. This is normally set in the constructor.
Top
See Also