Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Corresps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCorresps(Corresp corresp)
 {
     base.AddObject("Corresps", corresp);
 }
Example #2
0
 /// <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;
 }