return SqlInsertBuilder |
The SqlInsertBuilder. |
string columnName |
The name of the Column to add. |
object val |
The value to set for the column. |
ILiteralType literalType |
The NHibernateType to use to convert the value to a sql string. |