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