예제 #1
0
        /// <summary>
        /// Create a new GB_REGION_R object.
        /// </summary>
        /// <param name="rEGION_CODE">Initial value of the REGION_CODE property.</param>
        public static GB_REGION_R CreateGB_REGION_R(global::System.String rEGION_CODE)
        {
            GB_REGION_R gB_REGION_R = new GB_REGION_R();

            gB_REGION_R.REGION_CODE = rEGION_CODE;
            return(gB_REGION_R);
        }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GB_REGION_R EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGB_REGION_R(GB_REGION_R gB_REGION_R)
 {
     base.AddObject("GB_REGION_R", gB_REGION_R);
 }