/// <summary> /// Create a new StoreGroupDivision object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static StoreGroupDivision CreateStoreGroupDivision(global::System.Int32 id) { StoreGroupDivision storeGroupDivision = new StoreGroupDivision(); storeGroupDivision.ID = id; return storeGroupDivision; }
/// <summary> /// Deprecated Method for adding a new object to the StoreGroupDivisions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStoreGroupDivisions(StoreGroupDivision storeGroupDivision) { base.AddObject("StoreGroupDivisions", storeGroupDivision); }