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

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