Пример #1
0
 /// <summary>
 /// Create a new TB_DESENVOLVEDOR object.
 /// </summary>
 /// <param name="iD_DESENVOLVEDOR">Initial value of the ID_DESENVOLVEDOR property.</param>
 /// <param name="nM_DESENVOLVEDOR">Initial value of the NM_DESENVOLVEDOR property.</param>
 public static TB_DESENVOLVEDOR CreateTB_DESENVOLVEDOR(global::System.Int32 iD_DESENVOLVEDOR, global::System.String nM_DESENVOLVEDOR)
 {
     TB_DESENVOLVEDOR tB_DESENVOLVEDOR = new TB_DESENVOLVEDOR();
     tB_DESENVOLVEDOR.ID_DESENVOLVEDOR = iD_DESENVOLVEDOR;
     tB_DESENVOLVEDOR.NM_DESENVOLVEDOR = nM_DESENVOLVEDOR;
     return tB_DESENVOLVEDOR;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TB_DESENVOLVEDOR EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTB_DESENVOLVEDOR(TB_DESENVOLVEDOR tB_DESENVOLVEDOR)
 {
     base.AddObject("TB_DESENVOLVEDOR", tB_DESENVOLVEDOR);
 }