Click or drag to resize

CreateCommand Constructor (Uri)

Creates a new CREATE command.

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

Parameters

graphUri
Type: SystemUri
URI of the Graph to create.
See Also