Click or drag to resize

BaseModificationCommand Properties

The BaseModificationCommand type exposes the following members.

Properties
  NameDescription
Public propertyAffectsSingleGraph
Gets whether the Command will only affect a single Graph.
(Inherited from SparqlUpdateCommand.)
Public propertyCommandType
Gets the Type of this Command.
(Inherited from SparqlUpdateCommand.)
Public propertyGraphUri
Gets the URI of the Graph specified in the WITH clause.
Public propertyUsingNamedUris
Gets the URIs specified in USING NAMED clauses.
Public propertyUsingUris
Gets the URIs specified in USING clauses.
Top
See Also