/// <summary> /// Create a new invMarketGroups object. /// </summary> /// <param name="marketGroupID">Initial value of the marketGroupID property.</param> public static invMarketGroups CreateinvMarketGroups(global::System.Int16 marketGroupID) { invMarketGroups invMarketGroups = new invMarketGroups(); invMarketGroups.marketGroupID = marketGroupID; return invMarketGroups; }
/// <summary> /// Deprecated Method for adding a new object to the invMarketGroups EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinvMarketGroups(invMarketGroups invMarketGroups) { base.AddObject("invMarketGroups", invMarketGroups); }