Enum SparqlUpdateCommandType
Possible SPARQL Update Command Types.
Namespace: VDS.RDF.Update
Assembly: dotNetRDF.dll
Syntax
public enum SparqlUpdateCommandType
Fields
Name | Description |
---|---|
Add | Command which merges the data from one Graph into another |
Clear | Command clears a graph in the Store |
Copy | Command which copies the data from one Graph into another overwriting the destination Graph |
Create | Command creates a Graph in the Store |
Delete | Command deletes data and may be based upon a template |
DeleteData | Command deletes data |
Drop | Command removes a Graph from the Store |
Insert | Command inserts data and may be based upon a template |
InsertData | Command inserts data |
Load | Command loads a graph into the Store |
Modify | Command modifies data |
Move | Command which moves data from one Graph to another overwriting the destination Graph and deleting the Source Graph |
Unknown | Unknown |