2 references to GetRowView
System.Data.Common (2)
System\Data\DataView.cs (2)
524
public DataRowView this[int recordIndex] =>
GetRowView
(GetRow(recordIndex));
1240
private DataRowView GetRowView(int record) =>
GetRowView
(_table!._recordManager[record]!);