Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the t_dmms_branch EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTot_dmms_branch(t_dmms_branch t_dmms_branch)
 {
     base.AddObject("t_dmms_branch", t_dmms_branch);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new t_dmms_branch object.
 /// </summary>
 /// <param name="bRANCH_CODE">Initial value of the BRANCH_CODE property.</param>
 /// <param name="bRANCH_NAME">Initial value of the BRANCH_NAME property.</param>
 public static t_dmms_branch Createt_dmms_branch(global::System.String bRANCH_CODE, global::System.String bRANCH_NAME)
 {
     t_dmms_branch t_dmms_branch = new t_dmms_branch();
     t_dmms_branch.BRANCH_CODE = bRANCH_CODE;
     t_dmms_branch.BRANCH_NAME = bRANCH_NAME;
     return t_dmms_branch;
 }