GraphExtensions.LoadFromEmbeddedResource Method (IGraph, String) |
Loads RDF data from an Embedded Resource into a Graph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static void LoadFromEmbeddedResource(
this IGraph g,
string resource
)
<ExtensionAttribute>
Public Shared Sub LoadFromEmbeddedResource (
g As IGraph,
resource As String
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to load into. - resource
- Type: System.String
Assembly qualified name of the resource to load from.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IGraph. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
See Also