TripleStoreExtensions.LoadFromEmbeddedResource Method (ITripleStore, String, IStoreReader) |
Loads an RDF dataset from an Embedded Resource into a Triple Store.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static void LoadFromEmbeddedResource(
this ITripleStore store,
string resource,
IStoreReader parser
)
<ExtensionAttribute>
Public Shared Sub LoadFromEmbeddedResource (
store As ITripleStore,
resource As String,
parser As IStoreReader
)
Parameters
- store
- Type: VDS.RDF.ITripleStore
Triple Store to load into. - resource
- Type: System.String
Assembly Qualified Name of the Embedded Resource to load from. - parser
- Type: VDS.RDF.IStoreReader
Parser to use.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ITripleStore. 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