Field.IndexCompare method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Compares the field values for two rows for an ascending index sort

public abstract int IndexCompare(IRow row1, IRow row2)
parameter description
row1 The row1.
row2 The row2.

See Also