プロパティ名とフィルター式 (null も可) を指定して ExpandSegment オブジェクトを初期化します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Sub New ( _
name As String, _
filter As Expression _
)
'使用
Dim name As String
Dim filter As Expression
Dim instance As New ExpandSegment(name, filter)
public ExpandSegment(
string name,
Expression filter
)
public:
ExpandSegment(
String^ name,
Expression^ filter
)
new :
name:string *
filter:Expression -> ExpandSegment
public function ExpandSegment(
name : String,
filter : Expression
)
パラメーター
- name
型: System.String
展開するプロパティの名前。
- filter
型: System.Linq.Expressions.Expression
展開セグメントの適用対象となるクエリのフィルター オプション。