objectdatasource: update parameter is a object?

  • Thread starter Thread starter Kha Tran
  • Start date Start date
K

Kha Tran

When using function update of objectdatasource, I can call a function with
parameters like id, name... (properties of object). Can I pass a parameter
as an full object?
Ex: update(id, name, ade, sex...): ok
update(Class objectname): ???
 
If I understand you correctly, no. Unless you're talking about using a
Parameter class in a Command.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.

When using function update of objectdatasource, I can call a function with
parameters like id, name... (properties of object). Can I pass a parameter
as an full object?
Ex: update(id, name, ade, sex...): ok
update(Class objectname): ???
 
Back
Top