EmbeddedResourceLoaderLoad Method (IGraph, String) |
Loads a Graph from an Embedded Resource.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static void Load(
IGraph g,
string resource
)
Public Shared Sub Load (
g As IGraph,
resource As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to load into. - resource
- Type: SystemString
Assembly Qualified Name of the Resource to load.
Remarks
Parser will be auto-selected.
See Also