Show / Hide Table of Contents

Interface ISparqlPropertyFunction

Interface for SPARQL property functions.

Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlPropertyFunction

Properties

| Improve this Doc View Source

FunctionUri

Gets the Function URI.

Declaration
Uri FunctionUri { get; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

Variables

Gets the variables used in the function.

Declaration
IEnumerable<string> Variables { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><string>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • FunctionUri
    • Variables
  • Extension Methods
Back to top Generated by DocFX