[This is preliminary documentation and is subject to change.]
Compares two rows based on their key fields. Always compares in ascending direction
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public override int Compare(
Row rowA,
Row rowB
)
public override int Compare(
Row rowA,
Row rowB
)
Public Overrides Function Compare (
rowA As Row,
rowB As Row
) As Integer
Public Overrides Function Compare (
rowA As Row,
rowB As Row
) As Integer
public:
virtual int Compare(
Row^ rowA,
Row^ rowB
) override
public:
virtual int Compare(
Row^ rowA,
Row^ rowB
) override
abstract Compare :
rowA : Row *
rowB : Row -> int
override Compare :
rowA : Row *
rowB : Row -> int
abstract Compare :
rowA : Row *
rowB : Row -> int
override Compare :
rowA : Row *
rowB : Row -> int
Return Value
Type:
Int32Implements
IComparer T Compare(T, T)