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
)
Protected Overrides Function Construct (
context As ConstructContext
) As INode
Parameters
- context
- Type: VDS.RDF.Query.ConstructConstructContext
Construct Context.
Return Value
Type:
INodeThe Node which is bound to this Variable in this Solution.
See Also