Click or drag to resize

MoveCommand Constructor (Uri, Uri, Boolean)

Creates a Command which Moves data from one Graph to another overwriting the destination Graph and deleting the source Graph.

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

Parameters

sourceUri
Type: SystemUri
Source Graph URI.
destUri
Type: SystemUri
Destination Graph URI.
silent
Type: SystemBoolean
Whether errors should be suppressed.
See Also