語言

ExpandSegment(String, Expression) 建構函式

定義

初始化 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

查詢中擴展段適用的篩選選項。

適用於