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