/// <summary> /// Deprecated Method for adding a new object to the C6_15tblDel EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC6_15tblDel(C6_15tblDel c6_15tblDel) { base.AddObject("C6_15tblDel", c6_15tblDel); }
/// <summary> /// Create a new C6_15tblDel object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="dealNo">Initial value of the DealNo property.</param> /// <param name="dealName">Initial value of the DealName property.</param> /// <param name="grossPurchasePrice">Initial value of the GrossPurchasePrice property.</param> /// <param name="netPurchasePrice">Initial value of the NetPurchasePrice property.</param> /// <param name="totalCosts">Initial value of the TotalCosts property.</param> /// <param name="amberContactName">Initial value of the AmberContactName property.</param> /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param> public static C6_15tblDel CreateC6_15tblDel(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String dealName, global::System.Decimal grossPurchasePrice, global::System.Decimal netPurchasePrice, global::System.Decimal totalCosts, global::System.String amberContactName, global::System.Byte[] sSMA_TimeStamp) { C6_15tblDel c6_15tblDel = new C6_15tblDel(); c6_15tblDel.AmberbrookFundNo = amberbrookFundNo; c6_15tblDel.DealNo = dealNo; c6_15tblDel.DealName = dealName; c6_15tblDel.GrossPurchasePrice = grossPurchasePrice; c6_15tblDel.NetPurchasePrice = netPurchasePrice; c6_15tblDel.TotalCosts = totalCosts; c6_15tblDel.AmberContactName = amberContactName; c6_15tblDel.SSMA_TimeStamp = sSMA_TimeStamp; return c6_15tblDel; }