コード例 #1
0
 /// <summary>
 /// Create a new Afdeling object.
 /// </summary>
 /// <param name="afdelingId">Initial value of the AfdelingId property.</param>
 /// <param name="naam">Initial value of the Naam property.</param>
 public static Afdeling CreateAfdeling(global::System.Int32 afdelingId, global::System.String naam)
 {
     Afdeling afdeling = new Afdeling();
     afdeling.AfdelingId = afdelingId;
     afdeling.Naam = naam;
     return afdeling;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Afdeling EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAfdeling(Afdeling afdeling)
 {
     base.AddObject("Afdeling", afdeling);
 }