Example #1
0
 /// <summary>
 /// Create a new tb_emailaddress object.
 /// </summary>
 /// <param name="profile">Initial value of the Profile property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="creationDate">Initial value of the CreationDate property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static tb_emailaddress Createtb_emailaddress(global::System.String profile, global::System.String rLOC, global::System.String creationDate, global::System.DateTime stamp)
 {
     tb_emailaddress tb_emailaddress = new tb_emailaddress();
     tb_emailaddress.Profile = profile;
     tb_emailaddress.RLOC = rLOC;
     tb_emailaddress.CreationDate = creationDate;
     tb_emailaddress.Stamp = stamp;
     return tb_emailaddress;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_emailaddress EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_emailaddress(tb_emailaddress tb_emailaddress)
 {
     base.AddObject("tb_emailaddress", tb_emailaddress);
 }