/// <summary> /// Create a new Afbeelding object. /// </summary> /// <param name="afbeeldingId">Initial value of the AfbeeldingId property.</param> /// <param name="url">Initial value of the Url property.</param> public static Afbeelding CreateAfbeelding(global::System.Int32 afbeeldingId, global::System.String url) { Afbeelding afbeelding = new Afbeelding(); afbeelding.AfbeeldingId = afbeeldingId; afbeelding.Url = url; return afbeelding; }
/// <summary> /// Deprecated Method for adding a new object to the Afbeelding EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAfbeelding(Afbeelding afbeelding) { base.AddObject("Afbeelding", afbeelding); }