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