DropCommand Constructor (Uri, ClearMode, Boolean) |
Creates a new DROP command.
Namespace:
VDS.RDF.Update.Commands
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic DropCommand(
Uri graphUri,
ClearMode mode,
bool silent
)
Public Sub New (
graphUri As Uri,
mode As ClearMode,
silent As Boolean
)
Parameters
- graphUri
- Type: System.Uri
URI ofthe Graph to DROP. - mode
- Type: VDS.RDF.Update.Commands.ClearMode
DROP Mode to use. - silent
- Type: System.Boolean
Whether the DROP should be done silently.
See Also