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