Click or drag to resize

DeleteCommand Constructor (GraphPattern, Uri)

Creates a new DELETE command.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DeleteCommand(
	GraphPattern where,
	Uri graphUri
)

Parameters

where
Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to construct Triples to delete.
graphUri
Type: SystemUri
URI of the affected Graph.
See Also