共用方式為


DbUpdateCommandTree.Predicate 屬性

定義

取得 DbExpression,以指定用來判斷所應更新之目標集合成員的述詞。

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

屬性值

DbExpression,會指定用來判斷所應更新之目標集合成員的述詞。

適用於