/// <summary> /// Deprecated Method for adding a new object to the VInstituciones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVInstituciones(VInstituciones vInstituciones) { base.AddObject("VInstituciones", vInstituciones); }
/// <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; }