Ejemplo n.º 1
0
        /// <summary>
        /// Create a new GB_PROVINCE_R object.
        /// </summary>
        /// <param name="pV_CODE">Initial value of the PV_CODE property.</param>
        /// <param name="pV_AMPUR">Initial value of the PV_AMPUR property.</param>
        /// <param name="pV_TUMBON">Initial value of the PV_TUMBON property.</param>
        public static GB_PROVINCE_R CreateGB_PROVINCE_R(global::System.String pV_CODE, global::System.String pV_AMPUR, global::System.String pV_TUMBON)
        {
            GB_PROVINCE_R gB_PROVINCE_R = new GB_PROVINCE_R();

            gB_PROVINCE_R.PV_CODE   = pV_CODE;
            gB_PROVINCE_R.PV_AMPUR  = pV_AMPUR;
            gB_PROVINCE_R.PV_TUMBON = pV_TUMBON;
            return(gB_PROVINCE_R);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GB_PROVINCE_R EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGB_PROVINCE_R(GB_PROVINCE_R gB_PROVINCE_R)
 {
     base.AddObject("GB_PROVINCE_R", gB_PROVINCE_R);
 }