Click or drag to resize

GraphPattern.UnplacedFilters Property

Gets the enumeration of Filters that apply to this Graph Pattern which will have yet to be placed within the Graph Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<ISparqlFilter> UnplacedFilters { get; }

Property Value

Type: IEnumerable<ISparqlFilter>
See Also