Click or drag to resize

ISparqlFilter Interface

Interface for Classes which implement SPARQL Filter Functions.

Namespace:  VDS.RDF.Query.Filters
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlFilter

The ISparqlFilter type exposes the following members.

Properties
  NameDescription
Public propertyExpression
Gets the Expression that this Filter uses.
Public propertyVariables
Gets the enumeration of Variables that are used in the Filter.
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates a Filter in the given Evaluation Context.
Top
See Also