Click or drag to resize

ModifyCommand Properties

The ModifyCommand type exposes the following members.

Properties
  NameDescription
Public propertyAffectsSingleGraph
Gets whether the Command affects a Single Graph.
(Overrides SparqlUpdateCommandAffectsSingleGraph.)
Public propertyCommandType
Gets the Type of this Command.
(Inherited from SparqlUpdateCommand.)
Public propertyDeletePattern
Gets the pattern used for deletions.
Public propertyGraphUri
Gets the URI of the Graph specified in the WITH clause.
(Inherited from BaseModificationCommand.)
Public propertyInsertPattern
Gets the pattern used for insertions.
Public propertyTargetUri
Gets the URI of the Graph the insertions are made to.
Public propertyUsingNamedUris
Gets the URIs specified in USING NAMED clauses.
(Inherited from BaseModificationCommand.)
Public propertyUsingUris
Gets the URIs specified in USING clauses.
(Inherited from BaseModificationCommand.)
Public propertyWherePattern
Gets the pattern used for the WHERE clause.
Top
See Also