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
)
Public Sub New (
sourceUri As Uri
)
Parameters
- sourceUri
- Type: SystemUri
Source URI to load data from.
See Also