StoreVirtualGraphPersistenceWrapperTNodeID, TGraphIDCreateVirtual Method |
Converts a standard INode to a virtualized node with a pre-materialized value.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract INode CreateVirtual(
IVirtualRdfProvider<TNodeID, TGraphID> provider,
INode preMaterializedValue
)
Protected MustOverride Function CreateVirtual (
provider As IVirtualRdfProvider(Of TNodeID, TGraphID),
preMaterializedValue As INode
) As INode
Parameters
- provider
- Type: VDS.RDF.Storage.VirtualisationIVirtualRdfProviderTNodeID, TGraphID
Virtual RDF Provider, the object, e.g. a storage manger, that provides virtualization of nodes. - preMaterializedValue
- Type: VDS.RDFINode
Node that has to be converted to it's virtualized form with itself as materialized value. Usually a parsed Literal or Uri.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.StoreVirtualGraphPersistenceWrapper`2.CreateVirtual(VDS.RDF.Storage.Virtualisation.IVirtualRdfProvider{`0,`1},VDS.RDF.INode)"]
See Also