/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Afdeling EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAfdeling(Afdeling afdeling) { base.AddObject("Afdeling", afdeling); }