Click or drag to resize

GraphPatternUnplacedFilters 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: IEnumerableISparqlFilter
See Also