Inheritance: System.Data.Objects.DataClasses.EntityObject
Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the citas_doctor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTocitas_doctor(citas_doctor citas_doctor)
 {
     base.AddObject("citas_doctor", citas_doctor);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new citas_doctor object.
 /// </summary>
 /// <param name="doctor_username">Initial value of the doctor_username property.</param>
 /// <param name="expediente">Initial value of the expediente property.</param>
 /// <param name="fecha_hora">Initial value of the fecha_hora property.</param>
 /// <param name="prefijo">Initial value of the prefijo property.</param>
 /// <param name="tipo">Initial value of the tipo property.</param>
 public static citas_doctor Createcitas_doctor(global::System.String doctor_username, global::System.Int64 expediente, global::System.DateTime fecha_hora, global::System.Int32 prefijo, global::System.String tipo)
 {
     citas_doctor citas_doctor = new citas_doctor();
     citas_doctor.doctor_username = doctor_username;
     citas_doctor.expediente = expediente;
     citas_doctor.fecha_hora = fecha_hora;
     citas_doctor.prefijo = prefijo;
     citas_doctor.tipo = tipo;
     return citas_doctor;
 }