Sdílet prostřednictvím


ExpandSegment(String, Expression) Konstruktor

Definice

Inicializuje ExpandSegment objekt se zadaným názvem vlastnosti a výrazem filtrování, případně null.

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)

Parametry

name
String

Název vlastnosti, která se má rozbalit.

filter
Expression

Možnost filtru v dotazu, na který se vztahuje segment rozbalení.

Platí pro