Ejemplo n.º 1
0
 /// <summary>
 /// Create a new RV_GEO object.
 /// </summary>
 /// <param name="iD_RV_GEO">Initial value of the ID_RV_GEO property.</param>
 /// <param name="bLANK_ID">Initial value of the BLANK_ID property.</param>
 /// <param name="sAMPLE">Initial value of the SAMPLE property.</param>
 public static RV_GEO CreateRV_GEO(global::System.Int32 iD_RV_GEO, global::System.Int32 bLANK_ID, global::System.String sAMPLE)
 {
     RV_GEO rV_GEO = new RV_GEO();
     rV_GEO.ID_RV_GEO = iD_RV_GEO;
     rV_GEO.BLANK_ID = bLANK_ID;
     rV_GEO.SAMPLE = sAMPLE;
     return rV_GEO;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RV_GEO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRV_GEO(RV_GEO rV_GEO)
 {
     base.AddObject("RV_GEO", rV_GEO);
 }