ModifyCommand Constructor (GraphPattern, GraphPattern, GraphPattern, Uri) |
Creates a new INSERT/DELETE command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ModifyCommand(
GraphPattern deletions,
GraphPattern insertions,
GraphPattern where,
Uri graphUri
)
Public Sub New (
deletions As GraphPattern,
insertions As GraphPattern,
where As GraphPattern,
graphUri As Uri
)
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. - graphUri
- Type: SystemUri
URI of the affected Graph.
See Also