Click or drag to resize

WrapperGraphHasSubGraph Method (IGraph, DictionaryINode, INode)

Checks whether this Graph has the given Graph as a sub-graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual bool HasSubGraph(
	IGraph g,
	out Dictionary<INode, INode> mapping
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
mapping
Type: System.Collections.GenericDictionaryINode, INode
Mapping of Blank Nodes.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.WrapperGraph.HasSubGraph(VDS.RDF.IGraph,System.Collections.Generic.Dictionary{VDS.RDF.INode,VDS.RDF.INode}@)"]

Implements

IGraphHasSubGraph(IGraph, DictionaryINode, INode)
See Also