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()
Public Function ToSimpleLiteral As LiteralExpression
Return Value
Type:
LiteralExpressionA new LiteralExpression whose value is the constant value of this epression.
See Also