Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VInstituciones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVInstituciones(VInstituciones vInstituciones)
 {
     base.AddObject("VInstituciones", vInstituciones);
 }
Example #2
0
 /// <summary>
 /// Create a new VInstituciones object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static VInstituciones CreateVInstituciones(global::System.Int32 id)
 {
     VInstituciones vInstituciones = new VInstituciones();
     vInstituciones.ID = id;
     return vInstituciones;
 }