Click or drag to resize

BaseTransferCommand Constructor (SparqlUpdateCommandType, Uri, Uri, Boolean)

Creates a new Transfer Command.

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

Parameters

type
Type: VDS.RDF.Update.SparqlUpdateCommandType
Command Type.
sourceUri
Type: System.Uri
Source Graph URI.
destUri
Type: System.Uri
Destination Graph URI.
silent
Type: System.Boolean
Whether errors should be suppressed.
See Also