Class IfThenPart
Provides methods to supply the "then" expression for the IF function call.
Inherited Members
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRdf.dll
Syntax
public sealed class IfThenPart
Methods
| Edit this page View SourceThen(SparqlExpression)
Sets the second parameter of the IF function call.
Declaration
public IfElsePart Then(SparqlExpression thenExpression)
Parameters
Type | Name | Description |
---|---|---|
SparqlExpression | thenExpression |
Returns
Type | Description |
---|---|
IfElsePart |