Overload List

  NameDescription
Public methodAddColumn(String, IType)
Adds the Property's columns to the INSERT sql
(Inherited from SqlInsertBuilder.)
Public methodAddColumn(String, String)
Add a column with a specific value to the INSERT sql
(Inherited from SqlInsertBuilder.)
Public methodAddColumn(String, Object, ILiteralType)
Add a column with a specific value to the INSERT sql
(Inherited from SqlInsertBuilder.)

See Also