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