Share via


ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) Metoda

Definice

Vrátí hodnotu, která označuje, jestli cesta zahrnuje možnost filtrování cílových dat.

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>

Výčet segmentů pro kontrolu filtrů.

Návraty

truepokud některý ze segmentů v cestě má filtr; v opačném případě . false

Platí pro