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
)
Public Sub New (
insertions As GraphPattern,
where As GraphPattern,
graphUri As Uri
)
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