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