Exemplo n.º 1
0
 Comment Transform(Comment c, string commentBy, int claimID)
 {
     return c.Set(c1 => { c1.CommentBy = commentBy;
         /* IMP: NOTE - The following is NOT needed because we've set the Association Access to Internal in the dbml
          c1.Claim = null; c1.ClaimID1 = claimID; */
     });
 }