Click or drag to resize

ISparqlPropertyFunction Interface

Interface for SPARQL property functions.

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

The ISparqlPropertyFunction type exposes the following members.

Properties
  NameDescription
Public propertyFunctionUri
Gets the Function URI.
Public propertyVariables
Gets the variables used in the function.
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates the function in the given context.
Top
See Also