/// <summary> /// Deprecated Method for adding a new object to the customerdetailstables EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTocustomerdetailstables(customerdetailstable customerdetailstable) { base.AddObject("customerdetailstables", customerdetailstable); }
/// <summary> /// Create a new customerdetailstable object. /// </summary> /// <param name="customerdetailstableid">Initial value of the customerdetailstableid property.</param> /// <param name="customeracno">Initial value of the customeracno property.</param> public static customerdetailstable Createcustomerdetailstable(global::System.Int64 customerdetailstableid, global::System.String customeracno) { customerdetailstable customerdetailstable = new customerdetailstable(); customerdetailstable.customerdetailstableid = customerdetailstableid; customerdetailstable.customeracno = customeracno; return customerdetailstable; }