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