SparqlParameterizedStringSetLiteral Method (String, Decimal) | 
 
            Sets the Parameter to a Decimal Literal.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic void SetLiteral(
	string name,
	decimal value
)
Public Sub SetLiteral ( 
	name As String,
	value As Decimal
)
Parameters
- name
 - Type: SystemString
Parameter. - value
 - Type: SystemDecimal
Integer. 
See Also