1.대상전체
- Scaffold-DbContext "Server=(localdb)\SQLEXPRESS;Database=dbname;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
2.특정테이블
- Scaffold-DbContext "Server=(localdb)\SQLEXPRESS;Database=dbname;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Tables "BuildingDetail" -ContextDir Context -Context RentalContext
2019. 5. 14. 23:23