Ejemplo n.º 1
0
 /// <summary>
 /// Create a new MA_OPT_ROLE object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static MA_OPT_ROLE CreateMA_OPT_ROLE(global::System.Int32 id)
 {
     MA_OPT_ROLE mA_OPT_ROLE = new MA_OPT_ROLE();
     mA_OPT_ROLE.ID = id;
     return mA_OPT_ROLE;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MA_OPT_ROLE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMA_OPT_ROLE(MA_OPT_ROLE mA_OPT_ROLE)
 {
     base.AddObject("MA_OPT_ROLE", mA_OPT_ROLE);
 }