Click or drag to resize

BindPattern.AssignExpression Property

Gets the Expression that is used to generate values to be assigned.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlExpression AssignExpression { get; }

Property Value

Type: ISparqlExpression

Implements

IAssignmentPattern.AssignExpression
See Also