Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Bonde EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBonde(Bonde bonde)
 {
     base.AddObject("Bonde", bonde);
 }