Click or drag to resize

INonAggregateExpressionBuilderIsBlank Method (String)

Creates a call to the isBlank function with a variable parameter.

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
BooleanExpression IsBlank(
	string variableName
)

Parameters

variableName
Type: SystemString
name of variable to check.

Return Value

Type: BooleanExpression

[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.IsBlank(System.String)"]

See Also