/// <summary> /// Create a new Grupos object. /// </summary> /// <param name="grupoID">Initial value of the GrupoID property.</param> /// <param name="grupoNome">Initial value of the GrupoNome property.</param> public static Grupos CreateGrupos(global::System.Int32 grupoID, global::System.String grupoNome) { Grupos grupos = new Grupos(); grupos.GrupoID = grupoID; grupos.GrupoNome = grupoNome; return grupos; }
/// <summary> /// Deprecated Method for adding a new object to the Grupos EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGrupos(Grupos grupos) { base.AddObject("Grupos", grupos); }