Click or drag to resize

LiteralExpressionToSimpleLiteral Method

Returns the constant value of this expression formatted as a simple literal expression.

Namespace:  VDS.RDF.Query.Builder.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LiteralExpression ToSimpleLiteral()

Return Value

Type: LiteralExpression
A new LiteralExpression whose value is the constant value of this epression.
See Also