ExpandSegment 建構函式
使用指定的屬性名稱和篩選運算式,初始化 ExpandSegment 物件,可能是 null。
命名空間: 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
查詢中套用展開區段的篩選選項。