/// <summary>
 /// Deprecated Method for adding a new object to the PhotoAlbum EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPhotoAlbum(PhotoAlbum photoAlbum)
 {
     base.AddObject("PhotoAlbum", photoAlbum);
 }
 /// <summary>
 /// Create a new PhotoAlbum object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static PhotoAlbum CreatePhotoAlbum(global::System.Int32 id, global::System.String name)
 {
     PhotoAlbum photoAlbum = new PhotoAlbum();
     photoAlbum.Id = id;
     photoAlbum.Name = name;
     return photoAlbum;
 }
Example #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PhotoAlbums EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPhotoAlbums(PhotoAlbum photoAlbum)
 {
     base.AddObject("PhotoAlbums", photoAlbum);
 }