// 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.CrudeAirlineContract contract) { base.Channel.Update(contract); }
// 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.CrudeAirlineContract contract) { base.Channel.Insert(contract); }