Enum ClearMode
Mode by which to clear Graphs.
Namespace: VDS.RDF.Update.Commands
Assembly: dotNetRDF.dll
Syntax
public enum ClearMode
Fields
| Name | Description |
|---|---|
| All | Clears all Graphs of Triples |
| Default | Clears the Default Graph of Triples |
| Graph | Clears a specific Graph of Triples |
| Named | Clears all Named Graphs of Triples |