Beispiel #1
0
        /// <summary>
        /// Create a new tbl_MealInfo object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="e_id">Initial value of the E_id property.</param>
        /// <param name="m_date">Initial value of the m_date property.</param>
        public static tbl_MealInfo Createtbl_MealInfo(global::System.Int32 id, global::System.Int32 e_id, global::System.String m_date)
        {
            tbl_MealInfo tbl_MealInfo = new tbl_MealInfo();

            tbl_MealInfo.id     = id;
            tbl_MealInfo.E_id   = e_id;
            tbl_MealInfo.m_date = m_date;
            return(tbl_MealInfo);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_MealInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_MealInfo(tbl_MealInfo tbl_MealInfo)
 {
     base.AddObject("tbl_MealInfo", tbl_MealInfo);
 }