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

  • SEARCH
  • Home
  • 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 7077647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:26:58+00:00 2026-05-28T06:26:58+00:00

Im using EntityFramework and EntityFramework.Migrations to implement solution using Code-First and Automatic Migrations. Wherever

  • 0

Im using EntityFramework and EntityFramework.Migrations to implement solution using Code-First and Automatic Migrations.

Wherever i made a very simple test solution to test the Migrations capabilities and i`m stuck and renaming simple properties.

i have this entity :

  public class Customer
    {
        public int Id { get; set; }
        public string FullName { get; set; }
        public string LastName { get; set; }
    }

Now when i try to rename FullName to FirstName, I understand i have to use Update-Database with renames so i type this in the Console:

 Update-Database -Renames:"Customer.FullName=>Customer.FirstName"

Now this used to work when i was using “SqlMigrations” but now that i Use “EntityFramework.Migrations” it doesn’t work, it gives me this error:

Update-Database : A parameter cannot be found that matches parameter name 'Renames'.
At line:1 char:26
+ Update-Database -Renames: <<<< "Customer.FullName=>Customer.FirstName"
    + CategoryInfo          : InvalidArgument: (:) [Update-Database], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,System.Data.Entity.Migrations.UpdateDatabaseComma 
   nd

So i bet its different in EntityFramework.Migrations, Im not sure what im doing wrong or what i should be doing…

Here is Resources i have been reading about both:

  • EntityFramework.SqlMigrations
  • EntityFramework.Migrations
  • 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-05-28T06:26:59+00:00Added an answer on May 28, 2026 at 6:26 am

    The team of EntityFramework.Migration has confirmed that this features has been deprecated and its not in the last Beta-Build for EntityFramework.Migrations

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

Sidebar

Related Questions

Possible Duplicate: Entity Framework Code First: decimal precision I'm using Linq-to-Entities with the EntityFramework
I am delving into the EntityFramework 4 code first of entities approach and I
I'm using EntityFramework database first in an application. I would like somehow to be
I have a simple application using ADO.NET EntityFramework using a many-to-many relationship between two
We're using Database first approach with EntityFramework. We've several customers, and when we deploy
I'm using EntityFramework.Patterns in my application and I need to implement soft deletion. Is
I'm using C# 3.5 and EntityFramework. I have a list of items in the
I'm trying to use EntityFramework to work with MySQL database from c#. I'm using
I am using unity as my IoC container. I am trying to implement a
Background: We have a project with many modules. We're using EntityFramework 4.2 with FluentAPI

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.