The command itself is really simple. It is simply a SQL Text. The parameters
are for reuse and flexibility, they are not confusing as you simply assign a
value to them. Thats it. The parameter order is the same as that mentioned
in your commandtext
> Can I make customized DeleteCommand [which calls Update SQL statement]?
Yes, but that would be incorrect logic. It will update rows when you had
expected to delete them.
- Sahil Malik
http://codebetter.com/blogs/sahil.malik/
"Arsalan" <(E-Mail Removed)> wrote in message
news:O3%(E-Mail Removed)...
> How do I use DeleteCommand, and UpdateCommand, the SQL string in them is
> really confusing with bunch of parameters, what are the parameters order ?
> Can I make customized DeleteCommand [which calls Update SQL statement]?
>