예제 #1
0
 /// <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;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BindCustomers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBindCustomers(BindCustomer bindCustomer)
 {
     base.AddObject("BindCustomers", bindCustomer);
 }