objectdatasource: update parameter is a object?

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): ???
 
K

Kevin Spencer

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): ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top