Click or drag to resize

ModifyCommand Constructor (GraphPattern, GraphPattern, GraphPattern)

Creates a new INSERT/DELETE command which operates on the Default Graph.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ModifyCommand(
	GraphPattern deletions,
	GraphPattern insertions,
	GraphPattern where
)

Parameters

deletions
Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to construct Triples to delete.
insertions
Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to construct Triples to insert.
where
Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to select data which is then used in evaluating the insertions and deletions.
See Also