示例#1
0
        /// <summary>
        /// Create a new tbl_Uaccount object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        /// <param name="e_id">Initial value of the E_id property.</param>
        public static tbl_Uaccount Createtbl_Uaccount(global::System.Int32 id, global::System.Int32 e_id)
        {
            tbl_Uaccount tbl_Uaccount = new tbl_Uaccount();

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