Пример #1
0
        /// <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);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the alumno EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToalumno(alumno alumno)
 {
     base.AddObject("alumno", alumno);
 }