/// <summary>
 /// Create a new ROLE object.
 /// </summary>
 /// <param name="iDROLE">Initial value of the IDROLE property.</param>
 /// <param name="pERSONNAGE">Initial value of the PERSONNAGE property.</param>
 public static ROLE CreateROLE(global::System.Decimal iDROLE, global::System.String pERSONNAGE)
 {
     ROLE rOLE = new ROLE();
     rOLE.IDROLE = iDROLE;
     rOLE.PERSONNAGE = pERSONNAGE;
     return rOLE;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ROLEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToROLEs(ROLE rOLE)
 {
     base.AddObject("ROLEs", rOLE);
 }