Signifies a Missing result, for which there is no value in the ResultsStore. There is a singleton class of this type, so all reference comparisons are valid.

Namespace:  RedGate.SQLDataCompare.Engine.ResultsStore
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Class Missing _
	Implements IComparable
C#
public class Missing : IComparable
Visual C++
public ref class Missing : IComparable

Inheritance Hierarchy

System..::.Object
  RedGate.SQLDataCompare.Engine.ResultsStore..::.Missing

See Also