Choose a method of the business object to associate with the DELETE operation. The method should accept a parameter for each ...

Choose a method of the business object to associate with the DELETE operation. The method should accept a parameter for each primary key for the data object or a single parameter which is the data object to delete.

Examples: DeleteProduct(Product p), or DeleteProduct(Int32 productID)