Click or drag to resize

InsertCommand Properties

The InsertCommand 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 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