/// <summary> /// Deprecated Method for adding a new object to the t_ObjectImage EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTot_ObjectImage(t_ObjectImage t_ObjectImage) { base.AddObject("t_ObjectImage", t_ObjectImage); }
/// <summary> /// Create a new t_ObjectImage object. /// </summary> /// <param name="objectImageId">Initial value of the ObjectImageId property.</param> /// <param name="objectId">Initial value of the ObjectId property.</param> /// <param name="imageURL">Initial value of the ImageURL property.</param> /// <param name="created">Initial value of the Created property.</param> public static t_ObjectImage Createt_ObjectImage(global::System.Int32 objectImageId, global::System.Int32 objectId, global::System.String imageURL, global::System.DateTime created) { t_ObjectImage t_ObjectImage = new t_ObjectImage(); t_ObjectImage.ObjectImageId = objectImageId; t_ObjectImage.ObjectId = objectId; t_ObjectImage.ImageURL = imageURL; t_ObjectImage.Created = created; return t_ObjectImage; }