Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C7_10tblDel EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC7_10tblDel(C7_10tblDel c7_10tblDel)
 {
     base.AddObject("C7_10tblDel", c7_10tblDel);
 }
Example #2
0
 /// <summary>
 /// Create a new C7_10tblDel object.
 /// </summary>
 /// <param name="fund">Initial value of the Fund property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C7_10tblDel CreateC7_10tblDel(global::System.String fund, global::System.Byte[] sSMA_TimeStamp)
 {
     C7_10tblDel c7_10tblDel = new C7_10tblDel();
     c7_10tblDel.Fund = fund;
     c7_10tblDel.SSMA_TimeStamp = sSMA_TimeStamp;
     return c7_10tblDel;
 }