[This is preliminary documentation and is subject to change.]
Provides rowsearching. Override to do binary search in sorted rowsets
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual int SearchForRow(
Row row,
out int index
)
protected virtual int SearchForRow(
Row row,
out int index
)
Protected Overridable Function SearchForRow (
row As Row,
<OutAttribute> ByRef index As Integer
) As Integer
Protected Overridable Function SearchForRow (
row As Row,
<OutAttribute> ByRef index As Integer
) As Integer
protected:
virtual int SearchForRow(
Row^ row,
[OutAttribute] int% index
)
protected:
virtual int SearchForRow(
Row^ row,
[OutAttribute] int% index
)
abstract SearchForRow :
row : Row *
index : int byref -> int
override SearchForRow :
row : Row *
index : int byref -> int
abstract SearchForRow :
row : Row *
index : int byref -> int
override SearchForRow :
row : Row *
index : int byref -> int
Return Value
Type:
Int32