Click or drag to resize

LeviathanUpdateProcessor.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)
See Also