Interface IFilterPattern
Interface for Triple Patterns that apply filters.
Inherited Members
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public interface IFilterPattern : ITriplePattern, IComparable<ITriplePattern>, IProcessable, IVisitable, IComparable<IFilterPattern>
Properties
| Edit this page View SourceFilter
Gets the filter to apply.
Declaration
ISparqlFilter Filter { get; }
Property Value
Type | Description |
---|---|
ISparqlFilter |