13 references to GetRows
System.Data.Common (13)
System\Data\DataColumn.cs (1)
1716DataRow[] rows = index.GetRows(index.FindRecords(DBNull.Value));
System\Data\ForeignKeyConstraint.cs (9)
187DataRow[] rows = childIndex.GetRows(childIndex.FindRecords(childValues)); 244DataRow[] rows = childIndex.GetRows(range); 299DataRow[] rows = childIndex.GetRows(range); 320DataRow[] rows = childIndex.GetRows(range); 339DataRow[] rows = childIndex.GetRows(range); 375DataRow[] rows = childIndex.GetRows(range); 441DataRow[] rows = childIndex.GetRows(range); 460DataRow[] rows = childIndex.GetRows(range); 478DataRow[] rows = childIndex.GetRows(range);
System\Data\Select.cs (1)
844return _index.GetRows(range);
System\Data\Selection.cs (1)
699public DataRow[] GetRows(object[] values) => GetRows(FindRecords(values));
System\Data\UniqueConstraint.cs (1)
231DataRow[] rows = index.GetRows(r);