DeleteCommand Constructor (GraphPattern) |
Createa 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 where
)
Public Sub New (
where As GraphPattern
)
Parameters
- where
- Type: VDS.RDF.Query.PatternsGraphPattern
Pattern to construct Triples to delete.
See Also