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