spDelete_ShoppingCartDonation
Parameters
| Parameter | Parameter Type | Mode | Description |
|---|---|---|---|
| @PKID | int | IN |
Definition
Copy
create procedure dbo.spDelete_ShoppingCartDonation (@PKID int)as
delete from dbo.ShoppingCartDonation where ID = @PKID;