共用方式為


Trigger.Clauses 屬性

定義

取得轉換成分離法線表單的運算式清單,其中 ! 會推送至分葉,而且有隱含 ||子句與 子句內的 && 之間。

public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause> Clauses { get; }
member this.Clauses : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause>
Public ReadOnly Property Clauses As IReadOnlyList(Of Clause)

屬性值

轉換成分離一般表單的表示式清單,其中 ! 會推送至分葉,而且有隱含 ||子句與 子句內的 && 之間。

適用於