Example #1
0
        /// <summary>
        /// Create a new GB_COUNTRY_R object.
        /// </summary>
        /// <param name="cT_CODE">Initial value of the CT_CODE property.</param>
        public static GB_COUNTRY_R CreateGB_COUNTRY_R(global::System.String cT_CODE)
        {
            GB_COUNTRY_R gB_COUNTRY_R = new GB_COUNTRY_R();

            gB_COUNTRY_R.CT_CODE = cT_CODE;
            return(gB_COUNTRY_R);
        }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GB_COUNTRY_R EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGB_COUNTRY_R(GB_COUNTRY_R gB_COUNTRY_R)
 {
     base.AddObject("GB_COUNTRY_R", gB_COUNTRY_R);
 }