/// <summary> /// Deprecated Method for adding a new object to the Birim EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBirim(Birim birim) { base.AddObject("Birim", birim); }
/// <summary> /// Create a new Birim object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="adi">Initial value of the Adi property.</param> public static Birim CreateBirim(global::System.Int32 id, global::System.String adi) { Birim birim = new Birim(); birim.Id = id; birim.Adi = adi; return birim; }