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