/// <summary>
 /// Deprecated Method for adding a new object to the CollectionEventImage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCollectionEventImage(CollectionEventImage collectionEventImage)
 {
     base.AddObject("CollectionEventImage", collectionEventImage);
 }
 /// <summary>
 /// Create a new CollectionEventImage object.
 /// </summary>
 /// <param name="collectionEventID">Initial value of the CollectionEventID property.</param>
 /// <param name="uRI">Initial value of the URI property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static CollectionEventImage CreateCollectionEventImage(global::System.Int32 collectionEventID, global::System.String uRI, global::System.Guid rowGUID)
 {
     CollectionEventImage collectionEventImage = new CollectionEventImage();
     collectionEventImage.CollectionEventID = collectionEventID;
     collectionEventImage.URI = uRI;
     collectionEventImage.RowGUID = rowGUID;
     return collectionEventImage;
 }