TablesReferentialOrderComparerCompare Method
Allows tables to be sorted in proper referential integrity process object
Namespace: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.147 -- Release Build+c5cc8ba56e7568e903c204fe8ae9773b97af8eef
public int Compare(
Table? table1,
Table? table2
)
Public Function Compare (
table1 As Table,
table2 As Table
) As Integer
public:
virtual int Compare(
Table^ table1,
Table^ table2
) sealed
function Compare(table1, table2);
- table1 Table
- First table to compare.
- table2 Table
- Second table to compare.
Int32[Missing <returns> documentation for "M:Gemstone.Data.Tables.ReferentialOrderComparer.Compare(Gemstone.Data.Table,Gemstone.Data.Table)"]
IComparerTCompare(T, T)