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.165 -- Release Build+f2de1f3c03632b89a9c6593906149f1c7d061b33
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)