Click or drag to resize

LeviathanUpdateProcessorProcessCreateCommandInternal Method

Processes a CREATE command.

Namespace:  VDS.RDF.Update
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void ProcessCreateCommandInternal(
	CreateCommand cmd,
	SparqlUpdateEvaluationContext context
)

Parameters

cmd
Type: VDS.RDF.Update.CommandsCreateCommand
Create Command.
context
Type: VDS.RDF.UpdateSparqlUpdateEvaluationContext
SPARQL Update Evaluation Context.
See Also