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