Interface IFilter
Represents an Algebra construct which is a Filter.
Inherited Members
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IFilter : IUnaryOperator, ISparqlAlgebra
Properties
| Improve this Doc View SourceSparqlFilter
Gets the Filter.
Declaration
ISparqlFilter SparqlFilter { get; }
Property Value
Type | Description |
---|---|
ISparqlFilter |