Click or drag to resize

SparqlParameterizedString Methods

The SparqlParameterizedString type exposes the following members.

Methods
  NameDescription
Public methodAppend(String)
Appends the given text to the existing command text, any prefixes in the command are moved to the parent query.
Public methodAppend(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.
Public methodAppendSubQuery(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.
Public methodAppendSubQuery(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.
Public methodClear
Clears all set Parameters and Variables.
Public methodClearParameters
Clears all set Parameters.
Public methodClearVariables
Clears all set Variables.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecuteQuery
Executes this command as a query.
Public methodExecuteQuery(IRdfHandler, ISparqlResultsHandler)
Executes this command as a query.
Public methodExecuteUpdate
Executes this command as an update.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetBlankNode(String)
Sets the Parameter to be a new anonymous Blank Node.
Public methodSetBlankNode(String, String)
Sets the Parameter to be a Blank Node with the given ID.
Public methodSetLiteral(String, Boolean)
Sets the Parameter to a Boolean Literal.
Public methodSetLiteral(String, DateTime)
Sets the Parameter to a Date Time Literal.
Public methodSetLiteral(String, DateTimeOffset)
Sets the Parameter to a Date Time Literal.
Public methodSetLiteral(String, Decimal)
Sets the Parameter to a Decimal Literal.
Public methodSetLiteral(String, Double)
Sets the Parameter to a Double Literal.
Public methodSetLiteral(String, Int16)
Sets the Parameter to an Integer Literal.
Public methodSetLiteral(String, Int32)
Sets the Parameter to an Integer Literal.
Public methodSetLiteral(String, Int64)
Sets the Parameter to an Integer Literal.
Public methodSetLiteral(String, Single)
Sets the Parameter to a Float Literal.
Public methodSetLiteral(String, String)
Sets the Parameter to an Untyped Literal.
Public methodSetLiteral(String, TimeSpan)
Sets the Parameter to a Duration Literal.
Public methodSetLiteral(String, DateTime, Boolean)
Sets the Parameter to a Date Time Literal.
Public methodSetLiteral(String, DateTimeOffset, Boolean)
Sets the Parameter to a Date Time Literal.
Public methodSetLiteral(String, String, String)
Sets the Parameter to a Literal with a Language Specifier.
Public methodSetLiteral(String, String, Uri)
Sets the Parameter to a Typed Literal.
Public methodSetParameter
Sets the Value of a Parameter.
Public methodSetUri
Sets the Parameter to a URI.
Public methodSetVariable
Sets the Value of a Variable.
Public methodToString
Returns the actual Query/Update String with parameter and variable values inserted.
(Overrides ObjectToString.)
Public methodUnsetParameter
Removes a previously set value for a Parameter.
Public methodUnsetVariable
Removes a previously set value for a Variable.
Top
See Also