コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SIFPlanEstudios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSIFPlanEstudios(SIFPlanEstudio sIFPlanEstudio)
 {
     base.AddObject("SIFPlanEstudios", sIFPlanEstudio);
 }
コード例 #2
0
 /// <summary>
 /// Create a new SIFPlanEstudio object.
 /// </summary>
 /// <param name="id_PlanEstudios">Initial value of the id_PlanEstudios property.</param>
 /// <param name="nom_carrera">Initial value of the nom_carrera property.</param>
 public static SIFPlanEstudio CreateSIFPlanEstudio(global::System.Int32 id_PlanEstudios, global::System.String nom_carrera)
 {
     SIFPlanEstudio sIFPlanEstudio = new SIFPlanEstudio();
     sIFPlanEstudio.id_PlanEstudios = id_PlanEstudios;
     sIFPlanEstudio.nom_carrera = nom_carrera;
     return sIFPlanEstudio;
 }