Click or drag to resize

LoadCommand Constructor (Uri)

Creates a new LOAD command which operates on the Default Graph.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LoadCommand(
	Uri sourceUri
)

Parameters

sourceUri
Type: SystemUri
Source URI to load data from.
See Also