示例#1
0
        /// <summary>
        /// Create a new GB_HOLIDAY_R object.
        /// </summary>
        /// <param name="hL_DATE">Initial value of the HL_DATE property.</param>
        public static GB_HOLIDAY_R CreateGB_HOLIDAY_R(global::System.DateTime hL_DATE)
        {
            GB_HOLIDAY_R gB_HOLIDAY_R = new GB_HOLIDAY_R();

            gB_HOLIDAY_R.HL_DATE = hL_DATE;
            return(gB_HOLIDAY_R);
        }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GB_HOLIDAY_R EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGB_HOLIDAY_R(GB_HOLIDAY_R gB_HOLIDAY_R)
 {
     base.AddObject("GB_HOLIDAY_R", gB_HOLIDAY_R);
 }