예제 #1
0
 /// <summary>
 /// Create a new Customer object.
 /// </summary>
 /// <param name="customerId">Initial value of the CustomerId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 public static Customer CreateCustomer(global::System.Int32 customerId, global::System.Int32 userId)
 {
     Customer customer = new Customer();
     customer.CustomerId = customerId;
     customer.UserId = userId;
     return customer;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomers(Customer customer)
 {
     base.AddObject("Customers", customer);
 }