Click or drag to resize

AddCommand Constructor (Uri, Uri)

Creates a Command which merges the data from the Source Graph into the Destination Graph.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public AddCommand(
	Uri sourceUri,
	Uri destUri
)

Parameters

sourceUri
Type: SystemUri
Source Graph URI.
destUri
Type: SystemUri
Destination Graph URI.
See Also