internal DataRowView(DataView dataView, int index) { this.dataView = dataView; this.index = index; this.row = dataView.GetRow(index); }