/// <summary>
 /// Create a new CollEventDateCategory_Enum object.
 /// </summary>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static CollEventDateCategory_Enum CreateCollEventDateCategory_Enum(global::System.String code, global::System.Guid rowGUID)
 {
     CollEventDateCategory_Enum collEventDateCategory_Enum = new CollEventDateCategory_Enum();
     collEventDateCategory_Enum.Code = code;
     collEventDateCategory_Enum.RowGUID = rowGUID;
     return collEventDateCategory_Enum;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CollEventDateCategory_Enum EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCollEventDateCategory_Enum(CollEventDateCategory_Enum collEventDateCategory_Enum)
 {
     base.AddObject("CollEventDateCategory_Enum", collEventDateCategory_Enum);
 }