Click or drag to resize

UnknownFunction Constructor (Uri, IEnumerableISparqlExpression)

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: SystemUri
Function URI.
exprs
Type: System.Collections.GenericIEnumerableISparqlExpression
Argument Expressions.
See Also