Beispiel #1
0
        /// <summary>
        /// Create a new tbl_UserPassword object.
        /// </summary>
        /// <param name="userID">Initial value of the UserID property.</param>
        /// <param name="password">Initial value of the Password property.</param>
        /// <param name="editUser">Initial value of the EditUser property.</param>
        /// <param name="editDate">Initial value of the EditDate property.</param>
        public static tbl_UserPassword Createtbl_UserPassword(global::System.Guid userID, global::System.String password, global::System.Guid editUser, global::System.DateTime editDate)
        {
            tbl_UserPassword tbl_UserPassword = new tbl_UserPassword();

            tbl_UserPassword.UserID   = userID;
            tbl_UserPassword.Password = password;
            tbl_UserPassword.EditUser = editUser;
            tbl_UserPassword.EditDate = editDate;
            return(tbl_UserPassword);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_UserPassword EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_UserPassword(tbl_UserPassword tbl_UserPassword)
 {
     base.AddObject("tbl_UserPassword", tbl_UserPassword);
 }