DeleteCommand Constructor (GraphPattern, GraphPattern) |
Creates a new DELETE command which operates on the Default Graph.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public DeleteCommand(
GraphPattern deletions,
GraphPattern where
)
Public Sub New (
deletions As GraphPattern,
where As GraphPattern
)
Parameters
- deletions
- Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to construct Triples to delete. - where
- Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to select data which is then used in evaluating the deletions pattern.
See Also