共用方式為


ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) 方法

定義

傳回值,指出路徑是否包含目標資料上的篩選選項。

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

參數

path
IEnumerable<ExpandSegment>

要檢查篩選的區段列舉。

傳回

如果路徑上任一區段包含篩選,則為 true,否則為 false

適用於