/// <summary> /// Create a new haber object. /// </summary> /// <param name="haber_id">Initial value of the haber_id property.</param> /// <param name="haber_resim">Initial value of the haber_resim property.</param> /// <param name="haber_basligi">Initial value of the haber_basligi property.</param> /// <param name="haber_icerigi">Initial value of the haber_icerigi property.</param> /// <param name="haber_link">Initial value of the haber_link property.</param> public static haber Createhaber(global::System.Int32 haber_id, global::System.String haber_resim, global::System.String haber_basligi, global::System.String haber_icerigi, global::System.String haber_link) { haber haber = new haber(); haber.haber_id = haber_id; haber.haber_resim = haber_resim; haber.haber_basligi = haber_basligi; haber.haber_icerigi = haber_icerigi; haber.haber_link = haber_link; return haber; }
/// <summary> /// Deprecated Method for adding a new object to the habers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohabers(haber haber) { base.AddObject("habers", haber); }