次の方法で共有


ExpandSegment(String, Expression) コンストラクター

定義

プロパティ名とフィルター式 (null も可) を指定して ExpandSegment オブジェクトを初期化します。

public:
 ExpandSegment(System::String ^ name, System::Linq::Expressions::Expression ^ filter);
public ExpandSegment (string name, System.Linq.Expressions.Expression filter);
new System.Data.Services.ExpandSegment : string * System.Linq.Expressions.Expression -> System.Data.Services.ExpandSegment
Public Sub New (name As String, filter As Expression)

パラメーター

name
String

展開するプロパティの名前。

filter
Expression

展開セグメントの適用対象となるクエリのフィルター オプション。

適用対象