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

Choose a method of the business object to associate with the INSERT operation. The method should accept a parameter for each property of the data object, or a single parameter which is the data object to insert.  Examples: InsertProduct(Product p), or InsertProduct(Int32 productID, String name, Double price)