コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AU_GASTO_MENSUAL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAU_GASTO_MENSUAL(AU_GASTO_MENSUAL aU_GASTO_MENSUAL)
 {
     base.AddObject("AU_GASTO_MENSUAL", aU_GASTO_MENSUAL);
 }
コード例 #2
0
 /// <summary>
 /// Create a new AU_GASTO_MENSUAL object.
 /// </summary>
 /// <param name="aU_GME_ID">Initial value of the AU_GME_ID property.</param>
 /// <param name="gME_ID">Initial value of the GME_ID property.</param>
 public static AU_GASTO_MENSUAL CreateAU_GASTO_MENSUAL(global::System.Int32 aU_GME_ID, global::System.Int32 gME_ID)
 {
     AU_GASTO_MENSUAL aU_GASTO_MENSUAL = new AU_GASTO_MENSUAL();
     aU_GASTO_MENSUAL.AU_GME_ID = aU_GME_ID;
     aU_GASTO_MENSUAL.GME_ID = gME_ID;
     return aU_GASTO_MENSUAL;
 }