Show / Hide Table of Contents

Class AddCommand

Represents the SPARQL Update ADD Command.
Inheritance
System.Object
SparqlUpdateCommand
BaseTransferCommand
AddCommand
Inherited Members
BaseTransferCommand._sourceUri
BaseTransferCommand._destUri
BaseTransferCommand._silent
BaseTransferCommand.SourceUri
BaseTransferCommand.DestinationUri
BaseTransferCommand.Silent
BaseTransferCommand.AffectsSingleGraph
BaseTransferCommand.AffectsGraph(Uri)
BaseTransferCommand.ToString()
SparqlUpdateCommand.CommandType
SparqlUpdateCommand.Optimise(IQueryOptimiser)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Update.Commands
Assembly: dotNetRDF.dll
Syntax
public class AddCommand : BaseTransferCommand

Constructors

| Improve this Doc View Source

AddCommand(Uri, Uri)

Creates a Command which merges the data from the Source Graph into the Destination Graph.
Declaration
public AddCommand(Uri sourceUri, Uri destUri)
Parameters
Type Name Description
System.Uri sourceUri Source Graph URI.
System.Uri destUri Destination Graph URI.
| Improve this Doc View Source

AddCommand(Uri, Uri, Boolean)

Creates a Command which merges the data from the Source Graph into the Destination Graph.
Declaration
public AddCommand(Uri sourceUri, Uri destUri, bool silent)
Parameters
Type Name Description
System.Uri sourceUri Source Graph URI.
System.Uri destUri Destination Graph URI.
System.Boolean silent Whether errors should be suppressed.

Methods

| Improve this Doc View Source

Evaluate(SparqlUpdateEvaluationContext)

Evaluates the Command in the given Context.
Declaration
public override void Evaluate(SparqlUpdateEvaluationContext context)
Parameters
Type Name Description
SparqlUpdateEvaluationContext context Evaluation Context.
Overrides
SparqlUpdateCommand.Evaluate(SparqlUpdateEvaluationContext)
| Improve this Doc View Source

Process(ISparqlUpdateProcessor)

Processes the Command using the given Update Processor.
Declaration
public override void Process(ISparqlUpdateProcessor processor)
Parameters
Type Name Description
ISparqlUpdateProcessor processor SPARQL Update Processor.
Overrides
SparqlUpdateCommand.Process(ISparqlUpdateProcessor)

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AddCommand(Uri, Uri)
    • AddCommand(Uri, Uri, Boolean)
  • Methods
    • Evaluate(SparqlUpdateEvaluationContext)
    • Process(ISparqlUpdateProcessor)
  • Extension Methods
Back to top Generated by DocFX