SparqlParameterizedString Properties |
The SparqlParameterizedString type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseUri |
Gets/Sets the Base URI which will be used to prepend BASE declarations to the command.
| |
| CommandText |
Gets/Sets the parameterized Command Text.
| |
| Namespaces |
Gets/Sets the Namespace Map that is used to prepend PREFIX declarations to the command.
| |
| Parameters |
Gets an enumeration of the Parameters for which Values have been set.
| |
| QueryProcessor |
Gets/Sets the Query processor which is used when you call the ExecuteQuery() method.
| |
| UpdateProcessor |
Gets/Sets the Query processor which is used when you call the ExecuteUpdate() method.
| |
| Variables |
Gets an enumeration of the Variables for which Values have been set.
|