Class IfThenPart
Provides methods to supply the "then" expression for the IF function call.
Inheritance
System.Object
IfThenPart
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRDF.dll
Syntax
public sealed class IfThenPart
Methods
| Improve this Doc 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 |