Click or drag to resize

SQLInserter Properties

The SQLInserter type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
The number of columns being inserted.
Public propertyHints
Gets/sets the SQL hints applied to the INSERT statement. If no Hints are explicitly specified then ROWLOCK is used.
Public propertySchema
Retrieves the schema for the specified Table. Requires that the object was constructed with the SQLInserter(IDatabase, String) constructor.
Public propertyTable
Gets/Sets the table that this class should using when building the INSERT statement
Top
See Also