/// <summary>
 /// Create a new veecustomaction object.
 /// </summary>
 /// <param name="action_ID">Initial value of the Action_ID property.</param>
 /// <param name="id">Initial value of the ID property.</param>
 public static veecustomaction Createveecustomaction(global::System.Int64 action_ID, global::System.Int32 id)
 {
     veecustomaction veecustomaction = new veecustomaction();
     veecustomaction.Action_ID = action_ID;
     veecustomaction.ID = id;
     return veecustomaction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the veecustomactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToveecustomactions(veecustomaction veecustomaction)
 {
     base.AddObject("veecustomactions", veecustomaction);
 }