INonAggregateExpressionBuilderIf Method (BooleanExpression) |
Creates a call to the IF function with an expression for the first parameter.
Namespace:
VDS.RDF.Query.Builder
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IfThenPart If(
BooleanExpression ifExpression
)
Function If (
ifExpression As BooleanExpression
) As IfThenPart
Parameters
- ifExpression
- Type: VDS.RDF.Query.Builder.ExpressionsBooleanExpression
conditional clause expression.
Return Value
Type:
IfThenPart[Missing <returns> documentation for "M:VDS.RDF.Query.Builder.INonAggregateExpressionBuilder.If(VDS.RDF.Query.Builder.Expressions.BooleanExpression)"]
See Also