Click or drag to resize

IfElsePart Class

Provides methods to supply the "else" expression for the IF function call.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.BuilderIfElsePart

Namespace:  VDS.RDF.Query.Builder
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public sealed class IfElsePart

The IfElsePart type exposes the following members.

Methods
  NameDescription
Public methodElse
Sets the third parameter of the IF function call.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also