Click or drag to resize

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
)

Parameters

sourceUri
Type: SystemUri
Source URI to load data from.
silent
Type: SystemBoolean
Whether errors loading should be suppressed.
See Also