Class IfElsePart
Provides methods to supply the "else" expression for the IF function call.
Inheritance
System.Object
IfElsePart
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 IfElsePart
Methods
| Improve this Doc View SourceElse(SparqlExpression)
Sets the third parameter of the IF function call.
Declaration
public RdfTermExpression Else(SparqlExpression elseExpression)
Parameters
Type | Name | Description |
---|---|---|
SparqlExpression | elseExpression |
Returns
Type | Description |
---|---|
RdfTermExpression |