Share via


DbUpdateCommandTree.Predicate Property

Definition

Gets an DbExpression that specifies the predicate used to determine which members of the target collection should be updated.

public System.Data.Entity.Core.Common.CommandTrees.DbExpression Predicate { get; }
member this.Predicate : System.Data.Entity.Core.Common.CommandTrees.DbExpression
Public ReadOnly Property Predicate As DbExpression

Property Value

An DbExpression that specifies the predicate used to determine which members of the target collection should be updated.

Applies to