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
对其应用扩展段的查询中的筛选选项。