DbExpressionBuilder.SetClause Method (DbExpression, DbExpression)
Creates a new DbSetClause representing setting a property to a value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- property
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The property to be set.
- value
-
Type:
System.Data.Entity.Core.Common.CommandTrees.DbExpression
The value to set the property to.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbSetClauseThe newly created set clause.