return SqlUpdateBuilder |
The SqlUpdateBuilder. |
string columnName |
The name of the Column to add. |
string val |
A valid sql string to set as the value of the column. |
Type SqlUpdateBuilder
Namespace NHibernate.SqlCommand
Parent SqlBaseBuilder
Interfaces ISqlStringBuilder
return SqlUpdateBuilder |
The SqlUpdateBuilder. |
string columnName |
The name of the Column to add. |
string val |
A valid sql string to set as the value of the column. |
return SqlUpdateBuilder |
The SqlUpdateBuilder. |
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. |
return SqlUpdateBuilder |
|
String[] columnNames |
|
IType propertyType |
return SqlUpdateBuilder |
|
String[] columnName |
|
string val |
return SqlUpdateBuilder |
|
String[] columnNames |
|
Boolean[] updateable |
|
IType propertyType |
return SqlUpdateBuilder |
|
String[] columnNames |
|
IType type |
|
string op |
return SqlUpdateBuilder |
The SqlUpdateBuilder |
string whereSql |
A well formed sql string with no parameters. |
return bool |
|
object obj |
return int |
return Type |
return SqlUpdateBuilder |
|
String[] columnNames |
|
IType identityType |
return SqlUpdateBuilder |
|
string tableName |
return SqlUpdateBuilder |
|
String[] columnNames |
|
IVersionType versionType |
return SqlCommandInfo |
return SqlString |
return string |