/// <summary> /// Deprecated Method for adding a new object to the C5_15tblNAVReport EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC5_15tblNAVReport(C5_15tblNAVReport c5_15tblNAVReport) { base.AddObject("C5_15tblNAVReport", c5_15tblNAVReport); }
/// <summary> /// Create a new C5_15tblNAVReport object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="date">Initial value of the Date property.</param> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="amberbrookDealNo">Initial value of the AmberbrookDealNo property.</param> /// <param name="fund">Initial value of the Fund property.</param> /// <param name="nAV">Initial value of the NAV property.</param> public static C5_15tblNAVReport CreateC5_15tblNAVReport(global::System.Int32 id, global::System.DateTime date, global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.Decimal nAV) { C5_15tblNAVReport c5_15tblNAVReport = new C5_15tblNAVReport(); c5_15tblNAVReport.Id = id; c5_15tblNAVReport.Date = date; c5_15tblNAVReport.AmberbrookFundNo = amberbrookFundNo; c5_15tblNAVReport.AmberbrookDealNo = amberbrookDealNo; c5_15tblNAVReport.Fund = fund; c5_15tblNAVReport.NAV = nAV; return c5_15tblNAVReport; }