/// <summary>
 /// Deprecated Method for adding a new object to the Customers_With_Timestamp EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomers_With_Timestamp(Customers_With_Timestamp customers_With_Timestamp)
 {
     base.AddObject("Customers_With_Timestamp", customers_With_Timestamp);
 }
 /// <summary>
 /// Create a new Customers_With_Timestamp object.
 /// </summary>
 /// <param name="customerID">Initial value of the CustomerID property.</param>
 /// <param name="companyName">Initial value of the CompanyName property.</param>
 public static Customers_With_Timestamp CreateCustomers_With_Timestamp(global::System.String customerID, global::System.String companyName)
 {
     Customers_With_Timestamp customers_With_Timestamp = new Customers_With_Timestamp();
     customers_With_Timestamp.CustomerID = customerID;
     customers_With_Timestamp.CompanyName = companyName;
     return customers_With_Timestamp;
 }