Udostępnij za pośrednictwem


ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) Metoda

Definicja

Zwraca wartość wskazującą, czy ścieżka zawiera opcję filtru dla danych docelowych.

public:
 static bool PathHasFilter(System::Collections::Generic::IEnumerable<System::Data::Services::ExpandSegment ^> ^ path);
public static bool PathHasFilter (System.Collections.Generic.IEnumerable<System.Data.Services.ExpandSegment> path);
static member PathHasFilter : seq<System.Data.Services.ExpandSegment> -> bool
Public Shared Function PathHasFilter (path As IEnumerable(Of ExpandSegment)) As Boolean

Parametry

path
IEnumerable<ExpandSegment>

Wyliczenie segmentów w celu sprawdzenia filtrów.

Zwraca

true jeśli którykolwiek z segmentów w ścieżce ma filtr; w przeciwnym razie , false.

Dotyczy