DbExpressionBuilder.SetClause(DbExpression, DbExpression) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个表示将属性设置为值的新 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 子句。