LoadCommand Constructor (Uri, Uri) |
Creates a new LOAD command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public LoadCommand(
Uri sourceUri,
Uri targetUri
)
Public Sub New (
sourceUri As Uri,
targetUri As Uri
)
Parameters
- sourceUri
- Type: SystemUri
Source URI to load data from. - targetUri
- Type: SystemUri
Target URI for the Graph to store data in.
See Also