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