Show / Hide Table of Contents

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

Extension Methods

Extensions.AsEnumerable<ClearMode>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX