Click or drag to resize

DatabaseSortRowsT1, T2 Method (DatabaseRow, String, String)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static void SortRows<T1, T2>(
	DatabaseRow[] rows,
	string key1,
	string key2
)
where T1 : IComparable
where T2 : IComparable

Parameters

rows
Type: Scilligence.MolEngine.CompanionDatabaseRow
key1
Type: SystemString
key2
Type: SystemString

Type Parameters

T1
T2
See Also