StreamField.IndexCompare method

namespace: Serenity.Data   assemblySerenity.Net.Entity

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

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

Exceptions

exception condition
NotImplementedException

See Also