INonAggregateExpressionBuilderIsLiteral Method (String) |
Creates a call to the isLiteral function with a variable parameter.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax BooleanExpression IsLiteral(
string variableName
)
Function IsLiteral (
variableName As String
) As BooleanExpression
Parameters
- variableName
- Type: SystemString
name of variable to check.
Return Value
Type:
BooleanExpression[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.IsLiteral(System.String)"]
See Also