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