Click or drag to resize

LetPattern Constructor

Creates a new LET Pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LetPattern(
	string var,
	ISparqlExpression expr
)

Parameters

var
Type: SystemString
Variable to assign to.
expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression which generates a value which will be assigned to the variable.
See Also