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