Click or drag to resize

SparqlParameterizedString Properties

The SparqlParameterizedString type exposes the following members.

Properties
  NameDescription
Public propertyBaseUri
Gets/Sets the Base URI which will be used to prepend BASE declarations to the command.
Public propertyCommandText
Gets/Sets the parameterized Command Text.
Public propertyNamespaces
Gets/Sets the Namespace Map that is used to prepend PREFIX declarations to the command.
Public propertyParameters
Gets an enumeration of the Parameters for which Values have been set.
Public propertyQueryProcessor
Gets/Sets the Query processor which is used when you call the ExecuteQuery() method.
Public propertyUpdateProcessor
Gets/Sets the Query processor which is used when you call the ExecuteUpdate() method.
Public propertyVariables
Gets an enumeration of the Variables for which Values have been set.
Top
See Also