简体   繁体   English

如何在程序包管理器控制台中获取实体框架的可用命令列表

[英]How to get list of available commands for Entity Framework in package manager console

我想知道是否有可能在程序包管理器控制台中 获取Entity Framework (或其他安装的NuGet程序包) 可用命令 列表

I've found the answer, you just need to type 我找到答案了,您只需要输入

PM> get-help entityframework

in Package Manager Console to see all available Entity-Framework commands. 在软件包管理器控制台中查看所有可用的实体框架命令。

here is the useful link about entityframework commands in Package Manager Console https://www.learnentityframeworkcore.com/migrations/commands/pmc-commands 这是程序包管理器控制台https://www.learnentityframeworkcore.com/migrations/commands/pmc-commands中有关EntityFramework命令的有用链接

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在项目中管理Entity Framework的程序包管理器控制台命令 - Managing Package Manager Console commands for Entity Framework in project 实体框架程序包管理器控制台命令错误-生成失败 - Entity Framework Package Manager Console Commands Error - failed to build 如何在Package Manager控制台外部运行Entity Framework命令? - How can I run Entity Framework commands outside Package Manager Console? 实体框架包管理器控制台问题 - Entity Framework Package Manager Console question 与程序包管理器控制台中的实体框架相关的项目启动出错 - Error on Project Startup relating to Entity Framework in Package Manager Console 使用Package Manager控制台将实体框架连接到Key Vault - Connecting Entity Framework to Key Vault with Package Manager Console 实体框架5 Nuget控制台命令 - Entity Framework 5 Nuget Console commands Project X 以框架“.NETStandard”为目标。 实体框架 Package 管理器控制台工具不支持此框架 - Project X targets framework '.NETStandard'. The Entity Framework Package Manager Console Tools don't support this framework 如何在没有HttpContext的情况下在Entity Framework Seed方法中获取文件路径(从程序包管理器命令执行) - How to get file path in Entity Framework Seed method without HttpContext (executed from package manager command) 使用包管理器控制台“ Update-Database”等在实体框架中以编程方式连接字符串 - Programmatically connection string in entity framework with package manager console “Update-Database” etc
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM