G
Guest
I’m having trouble with Typed Datasets
I would like to add functionality to my typed dataset at the business layer such as delete rules or editing rules by inheriting it.
Can I inherit the datatable? I’m having trouble because of the constructor.
Can I override the row change event routines? How do I do that?
I can inherit the dataset and datatable classes but the trouble I'm having is with a typed dataset!
How can I control these features in a typed dataset without my presentation layer having to do it?
I would like to add functionality to my typed dataset at the business layer such as delete rules or editing rules by inheriting it.
Can I inherit the datatable? I’m having trouble because of the constructor.
Can I override the row change event routines? How do I do that?
I can inherit the dataset and datatable classes but the trouble I'm having is with a typed dataset!
How can I control these features in a typed dataset without my presentation layer having to do it?