SQLInserter Constructor |
| Name | Description | |
|---|---|---|
| SQLInserter |
Initilizes a new instance of the object.
Note: You must use the SQLInserter(IDatabase, String) constructor in order to
use AddColumnPerSchema(String, Object, SQLColumnFlags).
| |
| SQLInserter(String) |
Initilizes a new instance of the object.
Note: You must use the SQLInserter(IDatabase, String) constructor in order to
use AddColumnPerSchema(String, Object, SQLColumnFlags).
| |
| SQLInserter(IDatabase, String) |
Full constructor which allows for use of AddColumnPerSchema(String, Object, SQLColumnFlags) and Execute(String, Int32).
|