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