/// <summary> /// Deprecated Method for adding a new object to the Corresps EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCorresps(Corresp corresp) { base.AddObject("Corresps", corresp); }
/// <summary> /// Create a new Corresp object. /// </summary> /// <param name="corref">Initial value of the Corref property.</param> public static Corresp CreateCorresp(global::System.Int32 corref) { Corresp corresp = new Corresp(); corresp.Corref = corref; return corresp; }