Click or drag to resize

DeleteDataCommand Constructor

Creates a new DELETE DATA command.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DeleteDataCommand(
	GraphPattern pattern
)

Parameters

pattern
Type: VDS.RDF.Query.PatternsGraphPattern
Pattern composed of concrete Triples to delete.
See Also