DbModificationClause Class

 

Specifies a single clause in an insert or update modification operation, see SetClauses and SetClauses

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Common.CommandTrees.DbModificationClause
    System.Data.Entity.Core.Common.CommandTrees.DbSetClause

public abstract class DbModificationClause

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.