RowsetBase SearchForRow Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Provides rowsearching. Override to do binary search in sorted rowsets

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected virtual int SearchForRow(
	Row row,
	out int index
)

Parameters

row
Type: NFX.DataAccess.CRUD Row
A row to search for
index
Type: OnlineSystem Int32 
An index where search collapsed without finding the match. Used for sorted insertions

Return Value

Type: OnlineInt32
See Also