/// <summary> /// Deprecated Method for adding a new object to the tblLoaiSPs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotblLoaiSPs(tblLoaiSP tblLoaiSP) { base.AddObject("tblLoaiSPs", tblLoaiSP); }
/// <summary> /// Create a new tblLoaiSP object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static tblLoaiSP CreatetblLoaiSP(global::System.Int32 id) { tblLoaiSP tblLoaiSP = new tblLoaiSP(); tblLoaiSP.ID = id; return tblLoaiSP; }