Click or drag to resize

InsertCommand Constructor (GraphPattern, GraphPattern, Uri)

Creates a new INSERT command.

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

Parameters

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.
graphUri
Type: SystemUri
URI of the affected Graph.
See Also