Click or drag to resize

ArqFunctionFactoryTryCreateExpression Method

Tries to create an ARQ Function expression if the function Uri correseponds to a supported ARQ Function.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryCreateExpression(
	Uri u,
	List<ISparqlExpression> args,
	Dictionary<string, ISparqlExpression> scalarArgs,
	out ISparqlExpression expr
)

Parameters

u
Type: SystemUri
Function Uri.
args
Type: System.Collections.GenericListISparqlExpression
Function Arguments.
scalarArgs
Type: System.Collections.GenericDictionaryString, ISparqlExpression
Scalar Arguments.
expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Generated Expression.

Return Value

Type: Boolean
Whether an expression was successfully generated.

Implements

ISparqlCustomExpressionFactoryTryCreateExpression(Uri, ListISparqlExpression, DictionaryString, ISparqlExpression, ISparqlExpression)
See Also