예제 #1
0
 /// <summary>
 /// Create a new PONTO2 object.
 /// </summary>
 /// <param name="cOD_PONTO">Initial value of the COD_PONTO property.</param>
 public static PONTO2 CreatePONTO2(global::System.Int32 cOD_PONTO)
 {
     PONTO2 pONTO2 = new PONTO2();
     pONTO2.COD_PONTO = cOD_PONTO;
     return pONTO2;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PONTO2 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPONTO2(PONTO2 pONTO2)
 {
     base.AddObject("PONTO2", pONTO2);
 }