C# 클래스 FrameDAL.SqlExpressions.UpdateExpression

상속: CommandExpression
파일 보기 프로젝트 열기: vincentlauvlwj/FrameDAL

공개 메소드들

메소드 설명
UpdateExpression ( TableExpression table, SqlExpression where, IEnumerable assignments ) : System

메소드 상세

UpdateExpression() 공개 메소드

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