Click or drag to resize

SQLInserter Constructor

Overload List
  NameDescription
Public methodSQLInserter
Initilizes a new instance of the object. Note: You must use the SQLInserter(IDatabase, String) constructor in order to use AddColumnPerSchema(String, Object, SQLColumnFlags).
Public methodSQLInserter(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).
Public methodSQLInserter(IDatabase, String)
Full constructor which allows for use of AddColumnPerSchema(String, Object, SQLColumnFlags) and Execute(String, Int32).
Top
See Also