P
Paschalis Pagonidis
Hi,
I have a stored procedure that inserts a record into a
table & returns the record's PK as an output parameter.
Is there a clever way to update each DataRow during or
after Update() and set the PK with the value returned by
the procedure?
thanks,
Pascal
I have a stored procedure that inserts a record into a
table & returns the record's PK as an output parameter.
Is there a clever way to update each DataRow during or
after Update() and set the PK with the value returned by
the procedure?
thanks,
Pascal