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