Click or drag to resize

DropCommand Constructor (Uri)

Creates a new DROP command.

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

Parameters

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