/// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_ProvidentFundDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_ProvidentFundDetails(HR_Emp_ProvidentFundDetails hR_Emp_ProvidentFundDetails)
 {
     base.AddObject("HR_Emp_ProvidentFundDetails", hR_Emp_ProvidentFundDetails);
 }
 /// <summary>
 /// Create a new HR_Emp_ProvidentFundDetails object.
 /// </summary>
 /// <param name="providentFundID">Initial value of the ProvidentFundID property.</param>
 /// <param name="pFNumber">Initial value of the PFNumber property.</param>
 /// <param name="totalPFAmount">Initial value of the TotalPFAmount property.</param>
 public static HR_Emp_ProvidentFundDetails CreateHR_Emp_ProvidentFundDetails(global::System.Int32 providentFundID, global::System.String pFNumber, global::System.Decimal totalPFAmount)
 {
     HR_Emp_ProvidentFundDetails hR_Emp_ProvidentFundDetails = new HR_Emp_ProvidentFundDetails();
     hR_Emp_ProvidentFundDetails.ProvidentFundID = providentFundID;
     hR_Emp_ProvidentFundDetails.PFNumber = pFNumber;
     hR_Emp_ProvidentFundDetails.TotalPFAmount = totalPFAmount;
     return hR_Emp_ProvidentFundDetails;
 }