/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the GB_REGION_R EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGB_REGION_R(GB_REGION_R gB_REGION_R) { base.AddObject("GB_REGION_R", gB_REGION_R); }