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