Interface ISparqlPropertyFunction
Interface for SPARQL property functions.
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlPropertyFunction
  Properties
| Edit this page View SourceFunctionUri
Gets the Function URI.
Declaration
Uri FunctionUri { get; }
  Property Value
| Type | Description | 
|---|---|
| Uri | 
Variables
Gets the variables used in the function.
Declaration
IEnumerable<string> Variables { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<string> |