Sql.Net Class Library Documentation

SqlOmRenderer.Update Method 

Renders a the beginning of an UPDATE clause with the table name

protected virtual void Update(
   StringBuilder builder,
   string tableName
);

Parameters

builder
tableName
Name of the table to be updated

See Also

SqlOmRenderer Class | Reeb.SqlOM.Render Namespace