Click or drag to resize

UnknownFunction Constructor (Uri, ISparqlExpression)

Creates a new Unknown Function that has a Single Argument.

Namespace:  VDS.RDF.Query.Expressions.Functions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public UnknownFunction(
	Uri funcUri,
	ISparqlExpression expr
)

Parameters

funcUri
Type: SystemUri
Function URI.
expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Argument Expression.
See Also