Click or drag to resize

ConfigurationLoaderAutoConfigure Method

Given a Configuration Graph applies all available auto-configuration based on the contents of the graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void AutoConfigure(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
See Also