CreateCommand Constructor (Uri) |
Creates a new CREATE command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public CreateCommand(
Uri graphUri
)
Public Sub New (
graphUri As Uri
)
Parameters
- graphUri
- Type: SystemUri
URI of the Graph to create.
See Also