C# 클래스 Shaolinq.Persistence.Linq.Expressions.SqlUpdateExpression

상속: SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
SqlUpdateExpression ( Expression source, IReadOnlyList assignments, Expression where, bool requiresIdentityInsert = false ) : System.Collections.Generic

메소드 상세

SqlUpdateExpression() 공개 메소드

public SqlUpdateExpression ( Expression source, IReadOnlyList assignments, Expression where, bool requiresIdentityInsert = false ) : System.Collections.Generic
source System.Linq.Expressions.Expression
assignments IReadOnlyList
where System.Linq.Expressions.Expression
requiresIdentityInsert bool
리턴 System.Collections.Generic