Example #1
0
        /// <summary>
        /// Create a new Expense_tbl object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static Expense_tbl CreateExpense_tbl(global::System.Int32 id)
        {
            Expense_tbl expense_tbl = new Expense_tbl();

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