/// <summary> /// Create a new BindCustomer object. /// </summary> /// <param name="customerId">Initial value of the CustomerId property.</param> /// <param name="alienId">Initial value of the AlienId property.</param> public static BindCustomer CreateBindCustomer(global::System.Int32 customerId, global::System.String alienId) { BindCustomer bindCustomer = new BindCustomer(); bindCustomer.CustomerId = customerId; bindCustomer.AlienId = alienId; return bindCustomer; }
/// <summary> /// Deprecated Method for adding a new object to the BindCustomers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBindCustomers(BindCustomer bindCustomer) { base.AddObject("BindCustomers", bindCustomer); }