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