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