InsertCommand Constructor (GraphPattern, GraphPattern, Uri) |
Creates a new INSERT command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic 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.Patterns.GraphPattern
Pattern to construct Triples to insert. - where
- Type: VDS.RDF.Query.Patterns.GraphPattern
Pattern to select data which is then used in evaluating the insertions. - graphUri
- Type: System.Uri
URI of the affected Graph.
See Also