CopyCommand Constructor (Uri, Uri, Boolean) |
Creates a Command which Copies the contents of one Graph to another overwriting the destination Graph.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public CopyCommand(
Uri sourceUri,
Uri destUri,
bool silent
)
Public Sub New (
sourceUri As Uri,
destUri As Uri,
silent As Boolean
)
Parameters
- sourceUri
- Type: SystemUri
Source Graph URI. - destUri
- Type: SystemUri
Destination Graph URI. - silent
- Type: SystemBoolean
Whether errors should be suppressed.
See Also