Click or drag to resize

CollectionFactoryTryLoadObject Method

Tries to load a triple/graph collection which is specified in the given configuration graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool TryLoadObject(
	IGraph g,
	INode objNode,
	Type targetType,
	out Object obj
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
targetType
Type: SystemType
Target type.
obj
Type: SystemObject
Returned Object.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Configuration.CollectionFactory.TryLoadObject(VDS.RDF.IGraph,VDS.RDF.INode,System.Type,System.Object@)"]

Implements

IObjectFactoryTryLoadObject(IGraph, INode, Type, Object)
See Also