DbModificationClause Class
Specifies a single clause in an insert or update modification operation, see SetClauses and SetClauses
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 | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
An abstract base class allows the possibility of patterns other than Property = Value in future versions, e.g., update SomeTable set ComplexTypeColumn.SomeProperty() where Id = 2
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.