3 references to FindRecords
System.Data.Common (3)
System\Data\DataColumn.cs (1)
1717
DataRow[] rows = index.GetRows(index.
FindRecords
(DBNull.Value));
System\Data\DataTable.cs (1)
3061
Range range = index.
FindRecords
(value);
System\Data\DataView.cs (1)
1014
Range recordRange = findIndex.
FindRecords
(key);