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: System.Uri
Function URI.
expr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Argument Expression.
See Also