Click or drag to resize

VariablePatternConstruct Method

Constructs a Node based on the given Set.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override INode Construct(
	ConstructContext context
)

Parameters

context
Type: VDS.RDF.Query.ConstructConstructContext
Construct Context.

Return Value

Type: INode
The Node which is bound to this Variable in this Solution.
See Also