C# Class FrameDAL.SqlExpressions.UpdateExpression

Inheritance: CommandExpression
ファイルを表示 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