SparqlParameterizedString Methods |
The SparqlParameterizedString type exposes the following members.
| Name | Description | |
|---|---|---|
| Append(String) |
Appends the given text to the existing command text, any prefixes in the command are moved to the parent query.
| |
| Append(SparqlParameterizedString) |
Appends the given text to the existing command text, any prefixes in the sub-query are moved to the parent query but any parameter/variable assignments will be lost.
| |
| AppendSubQuery(SparqlParameterizedString) |
Appends the given query as a sub-query to the existing command text, any prefixes in the sub-query are moved to the parent query but any parameter/variable assignments will be lost.
| |
| AppendSubQuery(SparqlQuery) |
Appends the given query as a sub-query to the existing command text, any prefixes in the sub-query are moved to the parent query.
| |
| Clear |
Clears all set Parameters and Variables.
| |
| ClearParameters |
Clears all set Parameters.
| |
| ClearVariables |
Clears all set Variables.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| ExecuteQuery |
Executes this command as a query.
| |
| ExecuteQuery(IRdfHandler, ISparqlResultsHandler) |
Executes this command as a query.
| |
| ExecuteUpdate |
Executes this command as an update.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetBlankNode(String) |
Sets the Parameter to be a new anonymous Blank Node.
| |
| SetBlankNode(String, String) |
Sets the Parameter to be a Blank Node with the given ID.
| |
| SetLiteral(String, Boolean) |
Sets the Parameter to a Boolean Literal.
| |
| SetLiteral(String, DateTime) |
Sets the Parameter to a Date Time Literal.
| |
| SetLiteral(String, DateTimeOffset) |
Sets the Parameter to a Date Time Literal.
| |
| SetLiteral(String, Decimal) |
Sets the Parameter to a Decimal Literal.
| |
| SetLiteral(String, Double) |
Sets the Parameter to a Double Literal.
| |
| SetLiteral(String, Int16) |
Sets the Parameter to an Integer Literal.
| |
| SetLiteral(String, Int32) |
Sets the Parameter to an Integer Literal.
| |
| SetLiteral(String, Int64) |
Sets the Parameter to an Integer Literal.
| |
| SetLiteral(String, Single) |
Sets the Parameter to a Float Literal.
| |
| SetLiteral(String, String) |
Sets the Parameter to an Untyped Literal.
| |
| SetLiteral(String, TimeSpan) |
Sets the Parameter to a Duration Literal.
| |
| SetLiteral(String, DateTime, Boolean) |
Sets the Parameter to a Date Time Literal.
| |
| SetLiteral(String, DateTimeOffset, Boolean) |
Sets the Parameter to a Date Time Literal.
| |
| SetLiteral(String, String, String) |
Sets the Parameter to a Literal with a Language Specifier.
| |
| SetLiteral(String, String, Uri) |
Sets the Parameter to a Typed Literal.
| |
| SetParameter |
Sets the Value of a Parameter.
| |
| SetUri |
Sets the Parameter to a URI.
| |
| SetVariable |
Sets the Value of a Variable.
| |
| ToString |
Returns the actual Query/Update String with parameter and variable values inserted.
(Overrides ObjectToString.) | |
| UnsetParameter |
Removes a previously set value for a Parameter.
| |
| UnsetVariable |
Removes a previously set value for a Variable.
|