/// <summary> /// Create a new Bonde object. /// </summary> /// <param name="bondeID">Initial value of the bondeID property.</param> /// <param name="bondelagID">Initial value of the bondelagID property.</param> public static Bonde CreateBonde(global::System.Int32 bondeID, global::System.Int32 bondelagID) { Bonde bonde = new Bonde(); bonde.bondeID = bondeID; bonde.bondelagID = bondelagID; return bonde; }
/// <summary> /// Deprecated Method for adding a new object to the Bonde EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBonde(Bonde bonde) { base.AddObject("Bonde", bonde); }