- from
UpdateBuilder from(string table)
Undocumented in source.
- from
UpdateBuilder from(string table, string _alias)
Undocumented in source.
- limit
UpdateBuilder limit(int rowCount)
Undocumented in source.
- limit
UpdateBuilder limit(int rowCount, int offset)
Undocumented in source.
- where
UpdateBuilder where(string sql)
Undocumented in source.
- whereAnd
UpdateBuilder whereAnd(string sql)
Undocumented in source.
- whereOr
UpdateBuilder whereOr(string sql)
Undocumented in source.