DbSetClause Class

 

Specifies a clause in a modification operation setting the value of a property.

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 sealed class DbSetClause : DbModificationClause

NameDescription
System_CAPS_pubpropertyProperty

Gets an DbExpression that specifies the property that should be updated.

System_CAPS_pubpropertyValue

Gets an DbExpression that specifies the new value with which to update the property.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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