INonAggregateExpressionBuilderIsIRI Method (String) |
Creates a call to the isIRI function with a variable parameter.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax BooleanExpression IsIRI(
string variableName
)
Function IsIRI (
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.IsIRI(System.String)"]
See Also