/// <summary>
 /// Deprecated Method for adding a new object to the PurchaseEntries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPurchaseEntries(PurchaseEntry purchaseEntry)
 {
     base.AddObject("PurchaseEntries", purchaseEntry);
 }
 /// <summary>
 /// Create a new PurchaseEntry object.
 /// </summary>
 /// <param name="sno">Initial value of the sno property.</param>
 /// <param name="simNo">Initial value of the SimNo property.</param>
 public static PurchaseEntry CreatePurchaseEntry(global::System.Int64 sno, global::System.String simNo)
 {
     PurchaseEntry purchaseEntry = new PurchaseEntry();
     purchaseEntry.sno = sno;
     purchaseEntry.SimNo = simNo;
     return purchaseEntry;
 }