SparqlParameterizedStringSetLiteral Method (String, Int16) |
Sets the Parameter to an Integer Literal.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void SetLiteral(
string name,
short value
)
Public Sub SetLiteral (
name As String,
value As Short
)
Parameters
- name
- Type: SystemString
Parameter. - value
- Type: SystemInt16
Integer.
See Also