/// <summary> /// 创建新的 CityAreaCode 对象。 /// </summary> /// <param name="cityid">cityid 属性的初始值。</param> public static CityAreaCode CreateCityAreaCode(global::System.Int32 cityid) { CityAreaCode cityAreaCode = new CityAreaCode(); cityAreaCode.cityid = cityid; return cityAreaCode; }
/// <summary> /// 用于向 CityAreaCode EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToCityAreaCode(CityAreaCode cityAreaCode) { base.AddObject("CityAreaCode", cityAreaCode); }