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