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