Click or drag to resize

LeviathanUpdateProcessor.ProcessAddCommandInternal 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.Commands.AddCommand
Add Command.
context
Type: VDS.RDF.Update.SparqlUpdateEvaluationContext
SPARQL Update Evaluation Context.
See Also