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