/// <summary> /// Deprecated Method for adding a new object to the Orte EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOrte(Orte orte) { base.AddObject("Orte", orte); }
/// <summary> /// Create a new Orte object. /// </summary> /// <param name="id">Initial value of the ID property.</param> public static Orte CreateOrte(global::System.Guid id) { Orte orte = new Orte(); orte.ID = id; return orte; }