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 子句。

适用于