ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) Method

Definition

Returns a value that indicates whether the path includes a filter option on target data.

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

Parameters

path
IEnumerable<ExpandSegment>

The enumeration of segments to check for filters.

Returns

true if any of the segments in the path has a filter; otherwise, false.

Applies to