Namespace VDS.RDF.Update.Commands
Classes
AddCommand
Represents the SPARQL Update ADD Command.
BaseModificationCommand
Abstract Base class for classes that represent SPARQL Update INSERT, DELETE and INSERT/DELETE commands.
BaseTransferCommand
Abstract Base Class for SPARQL Update Commands which move data between Graphs.
ClearCommand
Represents the SPARQL Update CLEAR command.
CopyCommand
Represents the SPARQL Update COPY Command.
CreateCommand
Represents the SPARQL Update CREATE command.
DeleteCommand
Represents the SPARQL Update DELETE command.
DeleteDataCommand
Represents a SPARQL Update DELETE DATA command.
DropCommand
Represents a SPARQL Update DROP command.
InsertCommand
Represents a SPARQL Update INSERT command.
InsertDataCommand
Represents the SPARQL Update INSERT DATA command.
LoadCommand
Represents the SPARQL Update LOAD command.
ModifyCommand
Represents the SPARQL Update INSERT/DELETE command.
MoveCommand
Represents a SPARQL Update MOVE Command.
Enums
ClearMode
Mode by which to clear Graphs.