Method | Description | |
---|---|---|
SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere | ||
Table ( |
||
Table ( string tableName ) : ISetOrWhere |
Method | Description | |
---|---|---|
Table ( IObjectInfo objectInfo ) : ISetOrWhere | ||
UpdateSqlBuilder ( SqlCharacters sqlCharacters ) : System |
Initialises a new instance of the UpdateSqlBuilder class with the starting command text 'UPDATE '.
|
public SetColumnValue ( string columnName, object columnValue ) : ISetOrWhere | ||
columnName | string | |
columnValue | object | |
return | ISetOrWhere |
public Table ( |
||
forType | ||
return | ISetOrWhere |
public Table ( string tableName ) : ISetOrWhere | ||
tableName | string | |
return | ISetOrWhere |