Example #1
0
 // update all object members on a row in table based on primary key
 // links:
 //  docLink: http://sql2x.org/documentationLink/cda8cbb1-dc3e-461a-8c98-5c277efe7e86
 public void Update(SolutionNorSolutionPort.BusinessLogicLayer.CrudeProductContract contract)
 {
     base.Channel.Update(contract);
 }
Example #2
0
 // insert all object members as a new row in table
 // links:
 //  docLink: http://sql2x.org/documentationLink/606647e9-2bdb-4b55-9541-449812c123d2
 public void Insert(SolutionNorSolutionPort.BusinessLogicLayer.CrudeProductContract contract)
 {
     base.Channel.Insert(contract);
 }