FixedBlankNodePatternConstruct Method |
Returns a Blank Node with a fixed ID scoped to whichever graph is provided.
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:
INode[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.FixedBlankNodePattern.Construct(VDS.RDF.Query.Construct.ConstructContext)"]
See Also