C# How to get reference to Custom Typed DataRow when using a DataView?

52 views Asked by At

I am using custom typed MyDataTable and MyDataRow. When I use DataView's DataRowView.Row (DataView and DataRowView are not customized), I get a reference to DataRow, instead of MyDataRow.

Which method in which class should I override to get a reference to MyDataRow? I am using .NET 4.5

0

There are 0 answers