Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9155021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:31:23+00:00 2026-06-17T12:31:23+00:00

In My Model there is 4 field [Table(MUser)] public class UserModel { [Required] [ScaffoldColumn(false)]

  • 0

In My Model there is 4 field

[Table("MUser")]
public class UserModel
{
  [Required]
  [ScaffoldColumn(false)]
  [Key, Column("ID", TypeName = "uniqueidentifier")]
  public int Id {get; set;}
  public string UserName {get; set;}
  [Required]
  [Column("Password", TypeName = "nvarchar")]
  public string Password {get; set;}
  [Required]
  [DataType(DataType.Password)]
  [Display(Name = "Confirm password")]
  [Compare("Password", ErrorMessage ="The password and conf password do not match.")]
  public string ConfirmPassword {get; set;}
}

Note: ConfirmPassword is not part of the database field

So when try to save

[HttpPost]
[AllowAnonymous]
[ActionName("UserRegister")]
public ActionResult Register(UserModel model)
{
     if (ModelState.IsValid)
     {
        using (MyDbContext db = new MyDbContext())
        {
          db.User.Add(model);
          db.SaveChanges();
        }
     }
}

I got the error that Invalid Column Name ConfirmPassword

So how to solve that ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:31:24+00:00Added an answer on June 17, 2026 at 12:31 pm

    Mark the column you don’t want to persist to database with [NotMapped] attribute.

    Other approach as described by ForeverDebugging

    More detail from "Hide" column from database, but not View in Entity Framework

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model that looks like this: @MappedSuperclass @AccessType(field) public abstract class BaseEntity
I'm using Ebean, and define such a model: @Entity @Table(name = users) public class
@Entity @Table(uniqueConstraints = @UniqueConstraint(columnNames = { field1, field2})) public class A extends Model{ public
I have added a 'cancelled' field to my model, is there a way to
I have a database model where each and every table has a datetime field
Assume you have a model that has a required field of any type and
I have a model containing a ManyToMany field to a table Tags. Since this
Our app sets the is_active field in User Model to False to represent a
I am grouping the model field in cars table ,but i am getting only
I have an ActiveRecord model whose fields mostly come from the database. There are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.