/// <summary> /// Deprecated Method for adding a new object to the Dostlar EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDostlar(Dostlar dostlar) { base.AddObject("Dostlar", dostlar); }
/// <summary> /// Create a new Dostlar object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="dostlar1">Initial value of the dostlar1 property.</param> public static Dostlar CreateDostlar(global::System.Int32 id, global::System.String dostlar1) { Dostlar dostlar = new Dostlar(); dostlar.ID = id; dostlar.dostlar1 = dostlar1; return dostlar; }