Click or drag to resize

GenericUpdateProcessor.ProcessCreateCommand Method

Processes a CREATE command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void ProcessCreateCommand(
	CreateCommand cmd
)

Parameters

cmd
Type: VDS.RDF.Update.Commands.CreateCommand
Create Command.

Implements

ISparqlUpdateProcessor.ProcessCreateCommand(CreateCommand)
Remarks

Implemented by adding an empty Graph to the Store.

Warning: As the IStorageProvider interface does not allow checking whether a Graph exists processing CREATE commands can result in overwriting existing Graphs.

See Also