ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.