Click or drag to resize

InsertCommand Constructor (GraphPattern, GraphPattern)

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

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

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.
See Also