M
Max2006
Hi,
I am truing to find a pattern for my Business Logic Layer to be able to work
fine win ObjectDataSource's Update method.
The challenge is ObjectDataSource is not able to work with an update method
that accepts a strongly typed data table as parameters. We have to have an
update method with all data table's columns as its parameter. Like what we
have here: http://asp.net/learn/data-access/tutorial-16-cs.aspx
I am trying to avoid listing all columns as Update method's parameters. Is
there any way to use the actual strongly type data table as the parameter
for ObjectDataSource's update method?
Any help would be appreciated,
Max
I am truing to find a pattern for my Business Logic Layer to be able to work
fine win ObjectDataSource's Update method.
The challenge is ObjectDataSource is not able to work with an update method
that accepts a strongly typed data table as parameters. We have to have an
update method with all data table's columns as its parameter. Like what we
have here: http://asp.net/learn/data-access/tutorial-16-cs.aspx
I am trying to avoid listing all columns as Update method's parameters. Is
there any way to use the actual strongly type data table as the parameter
for ObjectDataSource's update method?
Any help would be appreciated,
Max