简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM