Freigeben über


ExpandSegment.PathHasFilter-Methode

Ein boolescher Wert, der angibt, ob der Pfad eine Filteroption für Zieldaten enthält.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Shared Function PathHasFilter ( _
    path As IEnumerable(Of ExpandSegment) _
) As Boolean
'Usage
Dim path As IEnumerable(Of ExpandSegment)
Dim returnValue As Boolean

returnValue = ExpandSegment.PathHasFilter(path)
public static bool PathHasFilter(
    IEnumerable<ExpandSegment> path
)
public:
static bool PathHasFilter(
    IEnumerable<ExpandSegment^>^ path
)
static member PathHasFilter : 
        path:IEnumerable<ExpandSegment> -> bool 
public static function PathHasFilter(
    path : IEnumerable<ExpandSegment>
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn irgendeine der Segmente im Pfad einen Filter haben; andernfalls false.

Siehe auch

Verweis

ExpandSegment Klasse

System.Data.Services-Namespace