Click or drag to resize

SparqlExpressionFactoryCreateExpression Method (Uri, ListISparqlExpression)

Tries to create an Expression from the given function Uri and list of argument expressions.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static ISparqlExpression CreateExpression(
	Uri u,
	List<ISparqlExpression> args
)

Parameters

u
Type: SystemUri
Function Uri.
args
Type: System.Collections.GenericListISparqlExpression
List of Argument Expressions.

Return Value

Type: ISparqlExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.SparqlExpressionFactory.CreateExpression(System.Uri,System.Collections.Generic.List{VDS.RDF.Query.Expressions.ISparqlExpression})"]

Remarks

Uses only the globally scoped custom expression factories.

See Also