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.158 -- Release Build+a7370acff9f7a1e0ca1927f709880b2a82e0bdf0
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)