Click or drag to resize

RemoteUpdateProcessorProcessCreateCommand 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.CommandsCreateCommand
Create Command.

Implements

ISparqlUpdateProcessorProcessCreateCommand(CreateCommand)
See Also