Share via


ExpandSegment.PathHasFilter(IEnumerable<ExpandSegment>) Metodo

Definizione

Restituisce un valore che indica se il percorso include un'opzione di filtro sui dati di destinazione.

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

Parametri

path
IEnumerable<ExpandSegment>

Enumerazione dei segmenti nei quali verificare la presenza di filtri.

Restituisce

true se uno dei segmenti nel percorso possiede un filtro. In caso contrario, false.

Si applica a