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
)
Public Sub New (
type As SparqlUpdateCommandType,
sourceUri As Uri,
destUri As Uri
)
Parameters
- type
- Type: VDS.RDF.UpdateSparqlUpdateCommandType
Command Type. - sourceUri
- Type: SystemUri
Source Graph URI. - destUri
- Type: SystemUri
Destination Graph URI.
See Also