/// <summary> /// Deprecated Method for adding a new object to the tbHUONGDANs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotbHUONGDANs(tbHUONGDAN tbHUONGDAN) { base.AddObject("tbHUONGDANs", tbHUONGDAN); }
/// <summary> /// Create a new tbHUONGDAN object. /// </summary> /// <param name="mAHUONGDAN">Initial value of the MAHUONGDAN property.</param> /// <param name="mABENHAN">Initial value of the MABENHAN property.</param> public static tbHUONGDAN CreatetbHUONGDAN(global::System.Int32 mAHUONGDAN, global::System.String mABENHAN) { tbHUONGDAN tbHUONGDAN = new tbHUONGDAN(); tbHUONGDAN.MAHUONGDAN = mAHUONGDAN; tbHUONGDAN.MABENHAN = mABENHAN; return tbHUONGDAN; }