/// <summary>
 /// Deprecated Method for adding a new object to the PlanTables EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlanTables(PlanTable planTable)
 {
     base.AddObject("PlanTables", planTable);
 }
 /// <summary>
 /// Create a new PlanTable object.
 /// </summary>
 /// <param name="pLANID">Initial value of the PLANID property.</param>
 public static PlanTable CreatePlanTable(global::System.Int64 pLANID)
 {
     PlanTable planTable = new PlanTable();
     planTable.PLANID = pLANID;
     return planTable;
 }