/// <summary> /// Deprecated Method for adding a new object to the Ders_Tip EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDers_Tip(Ders_Tip ders_Tip) { base.AddObject("Ders_Tip", ders_Tip); }
/// <summary> /// Create a new Ders_Tip object. /// </summary> /// <param name="ders_Tipi_id">Initial value of the ders_Tipi_id property.</param> /// <param name="ders_Tipi_Adi">Initial value of the ders_Tipi_Adi property.</param> public static Ders_Tip CreateDers_Tip(global::System.Int32 ders_Tipi_id, global::System.String ders_Tipi_Adi) { Ders_Tip ders_Tip = new Ders_Tip(); ders_Tip.ders_Tipi_id = ders_Tipi_id; ders_Tip.ders_Tipi_Adi = ders_Tipi_Adi; return ders_Tip; }