/// <summary> /// Create a new Grupy object. /// </summary> /// <param name="idG">Initial value of the IdG property.</param> public static Grupy CreateGrupy(global::System.Int32 idG) { Grupy grupy = new Grupy(); grupy.IdG = idG; return(grupy); }
/// <summary> /// Create a new Grupy object. /// </summary> /// <param name="idG">Initial value of the IdG property.</param> public static Grupy CreateGrupy(global::System.Int32 idG) { Grupy grupy = new Grupy(); grupy.IdG = idG; return grupy; }
/// <summary> /// Deprecated Method for adding a new object to the Grupy EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGrupy(Grupy grupy) { base.AddObject("Grupy", grupy); }