Click or drag to resize

DropCommand Properties

The DropCommand 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 propertyMode
Gets the type of DROP operation to perform.
Public propertySilent
Gets whether the Drop should be done silently.
Public propertyTargetUri
Gets the URI of the Graph to be dropped.
Top
See Also