P
peter.moss
Somebody help me.
I have a project where I am using a typed dataset generated in VS 2003.
My issue relates to the typed DataColumns. Why are they marked as
internal? Surely the point of a typed dataset is to make it type safe
and I can't get to the type safe columns because they're internal! Is
this a mistake? Is there anyway in the DS schema to change this
(because if I do it manually it autoregenarates and I can't compile).
It is most annoying, and I feel I'm going backwards by using the
DataColumns of a typed dataset in an untyped way. I want to go
TypedDataSet.TypedDataTable.MyTypedColumn but instead I have to go
TypedDataSet.TypedDataTable["MyTypedColumnName"].
Anyone know of the solution to what must be a mistake.
I have a project where I am using a typed dataset generated in VS 2003.
My issue relates to the typed DataColumns. Why are they marked as
internal? Surely the point of a typed dataset is to make it type safe
and I can't get to the type safe columns because they're internal! Is
this a mistake? Is there anyway in the DS schema to change this
(because if I do it manually it autoregenarates and I can't compile).
It is most annoying, and I feel I'm going backwards by using the
DataColumns of a typed dataset in an untyped way. I want to go
TypedDataSet.TypedDataTable.MyTypedColumn but instead I have to go
TypedDataSet.TypedDataTable["MyTypedColumnName"].
Anyone know of the solution to what must be a mistake.