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