DbUpdateCommandTree.Predicate Property

 

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

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

public DbExpression Predicate { get; }

Property Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

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