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