/// <summary> /// Deprecated Method for adding a new object to the RSVPs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRSVPs(RSVP rSVP) { base.AddObject("RSVPs", rSVP); }
/// <summary> /// Create a new RSVP object. /// </summary> /// <param name="ix">Initial value of the Ix property.</param> public static RSVP CreateRSVP(global::System.Int32 ix) { RSVP rSVP = new RSVP(); rSVP.Ix = ix; return rSVP; }