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.153 -- Release Build+42f3d0bf0373d5bc86f6d691e637d32f2b3150d2
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)