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