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