Click or drag to resize

GenericUpdateProcessorProcessCreateCommand 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.CommandsCreateCommand
Create Command.

Implements

ISparqlUpdateProcessorProcessCreateCommand(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