コード例 #1
0
 /// <summary>
 /// Create a new RV_GRP object.
 /// </summary>
 /// <param name="iD_RV_GRP">Initial value of the ID_RV_GRP property.</param>
 /// <param name="iD_RV_GEO">Initial value of the ID_RV_GEO property.</param>
 public static RV_GRP CreateRV_GRP(global::System.Int32 iD_RV_GRP, global::System.Int32 iD_RV_GEO)
 {
     RV_GRP rV_GRP = new RV_GRP();
     rV_GRP.ID_RV_GRP = iD_RV_GRP;
     rV_GRP.ID_RV_GEO = iD_RV_GEO;
     return rV_GRP;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RV_GRP EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRV_GRP(RV_GRP rV_GRP)
 {
     base.AddObject("RV_GRP", rV_GRP);
 }