Click or drag to resize

SparqlParameterizedStringSetLiteral Method

Overload List
  NameDescription
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.
Top
See Also