/// <summary> /// Deprecated Method for adding a new object to the ImagineProdus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToImagineProdus(ImagineProdu imagineProdu) { base.AddObject("ImagineProdus", imagineProdu); }
/// <summary> /// Create a new ImagineProdu object. /// </summary> /// <param name="imageID">Initial value of the ImageID property.</param> public static ImagineProdu CreateImagineProdu(global::System.Int32 imageID) { ImagineProdu imagineProdu = new ImagineProdu(); imagineProdu.ImageID = imageID; return imagineProdu; }