示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C1_30tblDel EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC1_30tblDel(C1_30tblDel c1_30tblDel)
 {
     base.AddObject("C1_30tblDel", c1_30tblDel);
 }
示例#2
0
 /// <summary>
 /// Create a new C1_30tblDel object.
 /// </summary>
 /// <param name="transactionID">Initial value of the TransactionID 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="transactionType">Initial value of the TransactionType property.</param>
 /// <param name="proceeds">Initial value of the Proceeds property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C1_30tblDel CreateC1_30tblDel(global::System.Int32 transactionID, global::System.String amberbrookFundNo, global::System.Int32 amberbrookDealNo, global::System.String fund, global::System.String transactionType, global::System.Double proceeds, global::System.Byte[] sSMA_TimeStamp)
 {
     C1_30tblDel c1_30tblDel = new C1_30tblDel();
     c1_30tblDel.TransactionID = transactionID;
     c1_30tblDel.AmberbrookFundNo = amberbrookFundNo;
     c1_30tblDel.AmberbrookDealNo = amberbrookDealNo;
     c1_30tblDel.Fund = fund;
     c1_30tblDel.TransactionType = transactionType;
     c1_30tblDel.Proceeds = proceeds;
     c1_30tblDel.SSMA_TimeStamp = sSMA_TimeStamp;
     return c1_30tblDel;
 }