C# Class FrameDAL.SqlExpressions.UpdateExpression

Inheritance: CommandExpression
Show file Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
UpdateExpression ( TableExpression table, SqlExpression where, IEnumerable assignments ) : System

Method Details

UpdateExpression() public method

public UpdateExpression ( TableExpression table, SqlExpression where, IEnumerable assignments ) : System
table TableExpression
where SqlExpression
assignments IEnumerable
return System