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