DeleteCommand Constructor (GraphPattern, Uri) |
Creates a new DELETE command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic DeleteCommand(
GraphPattern where,
Uri graphUri
)
Public Sub New (
where As GraphPattern,
graphUri As Uri
)
Parameters
- where
- Type: VDS.RDF.Query.Patterns.GraphPattern
Pattern to construct Triples to delete. - graphUri
- Type: System.Uri
URI of the affected Graph.
See Also