Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Surgeons EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSurgeons(Surgeon surgeon)
 {
     base.AddObject("Surgeons", surgeon);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new Surgeon object.
 /// </summary>
 /// <param name="surgeonID">Initial value of the surgeonID property.</param>
 public static Surgeon CreateSurgeon(global::System.Int32 surgeonID)
 {
     Surgeon surgeon = new Surgeon();
     surgeon.surgeonID = surgeonID;
     return surgeon;
 }