Click or drag to resize

DeleteCommand Properties

The DeleteCommand 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 propertyTargetUri
Gets the URI of the Graph the deletions are made from.
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