Returns the number of unique field ordinals in the small fields collection.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property OrdinalCount As Integer
C#
public int OrdinalCount { get; }
Visual C++
public:
property int OrdinalCount {
	int get ();
}

Return Value

number of ordinals.

See Also