Click or drag to resize

GraphFactoryTryGetGraph Method

Gets a Graph Reference for the given Graph URI and indicates whether this was a new Graph reference.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IGraph TryGetGraph(
	Uri graphUri,
	out bool created
)

Parameters

graphUri
Type: SystemUri
Graph URI.
created
Type: SystemBoolean
Indicates whether the returned reference was newly created.

Return Value

Type: IGraph

[Missing <returns> documentation for "M:VDS.RDF.GraphFactory.TryGetGraph(System.Uri,System.Boolean@)"]

See Also