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.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
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)