Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C13_11tblCashTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC13_11tblCashTypes(C13_11tblCashTypes c13_11tblCashTypes)
 {
     base.AddObject("C13_11tblCashTypes", c13_11tblCashTypes);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new C13_11tblCashTypes object.
 /// </summary>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param>
 public static C13_11tblCashTypes CreateC13_11tblCashTypes(global::System.String type, global::System.Byte[] sSMA_TimeStamp)
 {
     C13_11tblCashTypes c13_11tblCashTypes = new C13_11tblCashTypes();
     c13_11tblCashTypes.Type = type;
     c13_11tblCashTypes.SSMA_TimeStamp = sSMA_TimeStamp;
     return c13_11tblCashTypes;
 }