다음을 통해 공유


DbExpressionBuilder.SetClause(DbExpression, DbExpression) 메서드

정의

속성을 값으로 DbSetClause 설정하는 새 를 만듭니다.

public static System.Data.Entity.Core.Common.CommandTrees.DbSetClause SetClause(System.Data.Entity.Core.Common.CommandTrees.DbExpression property, System.Data.Entity.Core.Common.CommandTrees.DbExpression value);
static member SetClause : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbSetClause
Public Function SetClause (property As DbExpression, value As DbExpression) As DbSetClause

매개 변수

property
DbExpression

설정할 속성입니다.

value
DbExpression

속성을 설정할 값.

반환

새로 만든 set 절입니다.

적용 대상