Click or drag to resize

BaseTransferCommand Constructor (SparqlUpdateCommandType, Uri, Uri)

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
)

Parameters

type
Type: VDS.RDF.UpdateSparqlUpdateCommandType
Command Type.
sourceUri
Type: SystemUri
Source Graph URI.
destUri
Type: SystemUri
Destination Graph URI.
See Also