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