/// <summary> /// Deprecated Method for adding a new object to the PartnersGroups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPartnersGroups(PartnersGroups partnersGroups) { base.AddObject("PartnersGroups", partnersGroups); }
/// <summary> /// Create a new PartnersGroups object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> public static PartnersGroups CreatePartnersGroups(global::System.Int32 id, global::System.String title, global::System.Byte[] rowVersion) { PartnersGroups partnersGroups = new PartnersGroups(); partnersGroups.Id = id; partnersGroups.Title = title; partnersGroups.RowVersion = rowVersion; return partnersGroups; }