DbSetClause Class
Specifies a clause in a modification operation setting the value of a property.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.Core.Common.CommandTrees.DbModificationClause
System.Data.Entity.Core.Common.CommandTrees.DbSetClause
System.Data.Entity.Core.Common.CommandTrees.DbModificationClause
System.Data.Entity.Core.Common.CommandTrees.DbSetClause
Name | Description | |
---|---|---|
![]() | Property | Gets an DbExpression that specifies the property that should be updated. |
![]() | Value | Gets an DbExpression that specifies the new value with which to update the property. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.