ExpandSegment.Filter プロパティ

定義

展開セグメントが適用されるクエリのフィルター オプション。

public:
 property System::Linq::Expressions::Expression ^ Filter { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Filter { get; }
member this.Filter : System.Linq.Expressions.Expression
Public ReadOnly Property Filter As Expression

プロパティ値

ターゲット データのフィルターを指定する式。

適用対象