/// <summary> /// Create a new gazete object. /// </summary> /// <param name="gazete_id">Initial value of the gazete_id property.</param> /// <param name="gazete_ismi">Initial value of the gazete_ismi property.</param> /// <param name="gazete_logo">Initial value of the gazete_logo property.</param> public static gazete Creategazete(global::System.Int32 gazete_id, global::System.String gazete_ismi, global::System.String gazete_logo) { gazete gazete = new gazete(); gazete.gazete_id = gazete_id; gazete.gazete_ismi = gazete_ismi; gazete.gazete_logo = gazete_logo; return gazete; }
/// <summary> /// Deprecated Method for adding a new object to the gazetes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTogazetes(gazete gazete) { base.AddObject("gazetes", gazete); }