Click or drag to resize

UnknownFunction Constructor (Uri, IEnumerable<ISparqlExpression>)

Creates a new Unknown Function that has multiple Arguments.

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

Parameters

funcUri
Type: System.Uri
Function URI.
exprs
Type: System.Collections.Generic.IEnumerable<ISparqlExpression>
Argument Expressions.
See Also