ModifyCommand Properties |
The ModifyCommand 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.) | |
| InsertPattern |
Gets the pattern used for insertions.
| |
| TargetUri |
Gets the URI of the Graph the insertions are made to.
| |
| 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.
|