Click or drag to resize

BaseModificationCommand Constructor

Creates a new Base Modification Command.

Namespace:  VDS.RDF.Update.Commands
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public BaseModificationCommand(
	SparqlUpdateCommandType type
)

Parameters

type
Type: VDS.RDF.UpdateSparqlUpdateCommandType
Update Command Type.
See Also