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