Click or drag to resize

LeviathanUpdateProcessorProcessAddCommandInternal Method

Processes an ADD command.

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

Parameters

cmd
Type: VDS.RDF.Update.CommandsAddCommand
Add Command.
context
Type: VDS.RDF.UpdateSparqlUpdateEvaluationContext
SPARQL Update Evaluation Context.
See Also