/// <summary>
 /// Create a new EmailAddressTable object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static EmailAddressTable CreateEmailAddressTable(global::System.Int32 id, global::System.String emailAddress, global::System.DateTime created, global::System.DateTime updated)
 {
     EmailAddressTable emailAddressTable = new EmailAddressTable();
     emailAddressTable.Id = id;
     emailAddressTable.EmailAddress = emailAddress;
     emailAddressTable.Created = created;
     emailAddressTable.Updated = updated;
     return emailAddressTable;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EmailAddressTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmailAddressTables(EmailAddressTable emailAddressTable)
 {
     base.AddObject("EmailAddressTables", emailAddressTable);
 }