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