[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 static int CompareRows(
Schema schema,
Row rowA,
Row rowB
)
public static int CompareRows(
Schema schema,
Row rowA,
Row rowB
)
Public Shared Function CompareRows (
schema As Schema,
rowA As Row,
rowB As Row
) As Integer
Public Shared Function CompareRows (
schema As Schema,
rowA As Row,
rowB As Row
) As Integer
public:
static int CompareRows(
Schema^ schema,
Row^ rowA,
Row^ rowB
)
public:
static int CompareRows(
Schema^ schema,
Row^ rowA,
Row^ rowB
)
static member CompareRows :
schema : Schema *
rowA : Row *
rowB : Row -> int
static member CompareRows :
schema : Schema *
rowA : Row *
rowB : Row -> int
Return Value
Type:
Int32