[This is preliminary documentation and is subject to change.]
Performs binary search on a sorted table
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected override int SearchForRow(
Row row,
out int index
)
protected override int SearchForRow(
Row row,
out int index
)
Protected Overrides Function SearchForRow (
row As Row,
<OutAttribute> ByRef index As Integer
) As Integer
Protected Overrides Function SearchForRow (
row As Row,
<OutAttribute> ByRef index As Integer
) As Integer
protected:
virtual int SearchForRow(
Row^ row,
[OutAttribute] int% index
) override
protected:
virtual int SearchForRow(
Row^ row,
[OutAttribute] int% index
) override
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