Click or drag to resize

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
)

Parameters

sourceUri
Type: SystemUri
Source URI to load data from.
targetUri
Type: SystemUri
Target URI for the Graph to store data in.
See Also