/// <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); }
/// <summary> /// Deprecated Method for adding a new object to the Expense_tbl EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToExpense_tbl(Expense_tbl expense_tbl) { base.AddObject("Expense_tbl", expense_tbl); }