LoadCommand Constructor (Uri, Uri, Boolean) |
Creates a new LOAD command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public LoadCommand(
Uri sourceUri,
Uri graphUri,
bool silent
)
Public Sub New (
sourceUri As Uri,
graphUri As Uri,
silent As Boolean
)
Parameters
- sourceUri
- Type: SystemUri
Source URI to load data from. - graphUri
- Type: SystemUri
Target URI for the Graph to store data in. - silent
- Type: SystemBoolean
Whether errors loading should be suppressed.
See Also