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