SparqlParameterizedStringSetLiteral Method |
Name | Description | |
---|---|---|
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.
|