0

I have one table that has many fields like ID,Username,Password,Lang,Date,.. When I create Entity Data modeling so all the table field is generated. I want to generate only specific column like username and password only.

2

1 Answer 1

1

When you generate from database it will generate model for all the columns initially, but you have the freedom to delete the columns that you don't want manually from the generated database EDMX diagram.

Just select the field you don't want and hit 'DEL' key.

Make sure that the fields you delete are nullable ones and also not primary key for that table.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.