/// <summary>
 /// Deprecated Method for adding a new object to the PurchaseEntryotherstabs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPurchaseEntryotherstabs(PurchaseEntryotherstab purchaseEntryotherstab)
 {
     base.AddObject("PurchaseEntryotherstabs", purchaseEntryotherstab);
 }
 /// <summary>
 /// Create a new PurchaseEntryotherstab object.
 /// </summary>
 /// <param name="sno">Initial value of the sno property.</param>
 /// <param name="loginusercode">Initial value of the loginusercode property.</param>
 /// <param name="simAlotexeccode">Initial value of the SimAlotexeccode property.</param>
 /// <param name="iMEINO">Initial value of the IMEINO property.</param>
 public static PurchaseEntryotherstab CreatePurchaseEntryotherstab(global::System.Int64 sno, global::System.String loginusercode, global::System.String simAlotexeccode, global::System.String iMEINO)
 {
     PurchaseEntryotherstab purchaseEntryotherstab = new PurchaseEntryotherstab();
     purchaseEntryotherstab.sno = sno;
     purchaseEntryotherstab.loginusercode = loginusercode;
     purchaseEntryotherstab.SimAlotexeccode = simAlotexeccode;
     purchaseEntryotherstab.IMEINO = iMEINO;
     return purchaseEntryotherstab;
 }