DeleteCommand Properties |
The DeleteCommand type exposes the following members.
Name | Description | |
---|---|---|
AffectsSingleGraph |
Gets whether the Command affects a single Graph.
(Overrides SparqlUpdateCommandAffectsSingleGraph.) | |
CommandType |
Gets the Type of this Command.
(Inherited from SparqlUpdateCommand.) | |
DeletePattern |
Gets the pattern used for Deletions.
| |
GraphUri |
Gets the URI of the Graph specified in the WITH clause.
(Inherited from BaseModificationCommand.) | |
TargetUri |
Gets the URI of the Graph the deletions are made from.
| |
UsingNamedUris |
Gets the URIs specified in USING NAMED clauses.
(Inherited from BaseModificationCommand.) | |
UsingUris |
Gets the URIs specified in USING clauses.
(Inherited from BaseModificationCommand.) | |
WherePattern |
Gets the pattern used for the WHERE clause.
|