/// <summary> /// Create a new alumno object. /// </summary> /// <param name="id_alumno">Initial value of the id_alumno property.</param> public static alumno Createalumno(global::System.Int32 id_alumno) { alumno alumno = new alumno(); alumno.id_alumno = id_alumno; return(alumno); }
/// <summary> /// Deprecated Method for adding a new object to the alumno EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToalumno(alumno alumno) { base.AddObject("alumno", alumno); }