共用方式為


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

查詢中所要套用展開區段的篩選選項。

適用於