ExpandSegment(String, Expression) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的屬性名稱及篩選運算式 (可能為 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
查詢中所要套用展開區段的篩選選項。