https://github.com/djaus2/efreflectiontablecopy
A C# Console app to use Refflection to copy an SQL Server Db table to another in the same Db where both have exact same properties except target has additional Id identity property. First table class generated by Entity Framework Data First Scaffolding (table was generated by importing CSV data in SSMS). Second table created by copy the first table class in the target app then doing a Code-First generation of it.
https://github.com/djaus2/efreflectiontablecopy
code-first csharp data-first entity-framework entity-framework-core reflection
Last synced: 6 months ago
JSON representation
A C# Console app to use Refflection to copy an SQL Server Db table to another in the same Db where both have exact same properties except target has additional Id identity property. First table class generated by Entity Framework Data First Scaffolding (table was generated by importing CSV data in SSMS). Second table created by copy the first table class in the target app then doing a Code-First generation of it.
- Host: GitHub
- URL: https://github.com/djaus2/efreflectiontablecopy
- Owner: djaus2
- Created: 2022-07-30T04:35:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T17:39:35.000Z (over 3 years ago)
- Last Synced: 2025-04-23T18:19:48.905Z (9 months ago)
- Topics: code-first, csharp, data-first, entity-framework, entity-framework-core, reflection
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0