Exemplo n.º 1
0
 /// <summary>
 /// Create a new DoctorProfile object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static DoctorProfile CreateDoctorProfile(global::System.Int64 id)
 {
     DoctorProfile doctorProfile = new DoctorProfile();
     doctorProfile.Id = id;
     return doctorProfile;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DoctorProfiles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDoctorProfiles(DoctorProfile doctorProfile)
 {
     base.AddObject("DoctorProfiles", doctorProfile);
 }