SQLInserter Properties |
The SQLInserter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
The number of columns being inserted.
|
![]() | Hints |
Gets/sets the SQL hints applied to the INSERT statement. If no Hints are explicitly specified then ROWLOCK is used.
|
![]() | Schema |
Retrieves the schema for the specified Table. Requires that the object was constructed
with the SQLInserter(IDatabase, String) constructor.
|
![]() | Table |
Gets/Sets the table that this class should using when building the INSERT statement
|