Click or drag to resize

IfThenPart Class

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

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

The IfThenPart type exposes the following members.

Methods
  NameDescription
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 methodThen
Sets the second parameter of the IF function call.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also