Esempio n. 1
0
        /// <summary>
        /// Create a new tbl_dalyCost object.
        /// </summary>
        /// <param name="c_date">Initial value of the C_date property.</param>
        /// <param name="cost">Initial value of the cost property.</param>
        public static tbl_dalyCost Createtbl_dalyCost(global::System.String c_date, global::System.Int32 cost)
        {
            tbl_dalyCost tbl_dalyCost = new tbl_dalyCost();

            tbl_dalyCost.C_date = c_date;
            tbl_dalyCost.cost   = cost;
            return(tbl_dalyCost);
        }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_dalyCost EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_dalyCost(tbl_dalyCost tbl_dalyCost)
 {
     base.AddObject("tbl_dalyCost", tbl_dalyCost);
 }