Show / Hide Table of Contents

Class IfThenPart

Provides methods to supply the "then" expression for the IF function call.

Inheritance
object
IfThenPart
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRdf.dll
Syntax
public sealed class IfThenPart

Methods

| Edit this page View Source

Then(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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • Then(SparqlExpression)
  • Extension Methods
Back to top Generated by DocFX