/// <summary>
        /// Create a new CustomerA object.
        /// </summary>
        /// <param name="customerId">Initial value of the CustomerId property.</param>
        /// <param name="version">Initial value of the Version property.</param>
        public static CustomerA CreateCustomerA(global::System.Int32 customerId, global::System.Int32 version)
        {
            CustomerA customerA = new CustomerA();

            customerA.CustomerId = customerId;
            customerA.Version    = version;
            return(customerA);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerA(CustomerA customerA)
 {
     base.AddObject("CustomerA", customerA);
 }