StreamField.IndexCompare method
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. |
Return Value
A value indicating the relative order of the two rows.
Exceptions
| exception | condition |
|---|---|
| NotImplementedException | This method is not implemented. |
See Also
- interface IRow
- class StreamField