TOPIC
about_EntityFramework
SHORT DESCRIPTION
Provides information about Entity Framework commands.
LONG DESCRIPTION
This topic describes the Entity Framework commands. Entity Framework is
Microsoft's recommended data access technology for new applications.
The following Entity Framework cmdlets are used with Entity Framework
Migrations.
Cmdlet Description
----------------- ---------------------------------------------------
Enable-Migrations Enables Code First Migrations in a project.
Add-Migration Scaffolds a migration script for any pending model
changes.
Update-Database Applies any pending migrations to the database.
Get-Migrations Displays the migrations that have been applied to
the target database.
The following Entity Framework cmdlets are used by NuGet packages that
install Entity Framework providers. These commands are not usually used as
part of normal application development.
Cmdlet Description
------------------------------ ---------------------------------------
Add-EFProvider Adds or updates an Entity Framework
provider entry in the project config
file.
Add-EFDefaultConnectionFactory Adds or updates an Entity Framework
default connection factory in the
project config file.
Initialize-EFConfiguration Initializes the Entity Framework
section in the project config file and
sets defaults.
SEE ALSO
Enable-Migrations
Add-Migration
Update-Database
Get-Migrations

小猫会飞
- 粉丝: 24
最新资源
- (源码)基于React框架的Cosmjs前端交互项目.zip
- (源码)基于React框架的博客管理系统.zip
- (源码)基于PIC微控制器的温湿度数字指示器设计.zip
- 修改谷歌提供的样例量子卷积神经网络模型,基于KDD99数据集进行训练,实现了网络攻击分类检测
- (源码)基于Spring Boot和Vue的在线性能压测系统.zip
- 基于 ResNet 与 DenseNet 的 38 类植物病害识别及简易 UI 界面构建
- (源码)基于Python的房价预测系统.zip
- (源码)基于C语言的Tiny C编译器.zip
- 基于 JAVA GUI 的神经网络手写数字识别与目标定位(含 CNN 卷积神经网络)
- (源码)基于Spring Boot和Vue的图书管理系统.zip
- 物理中的几何方法:前沿研究与应用
- (源码)基于AtTiny2313和ESP8266的齿轮时钟系统.zip
- (源码)基于Qt框架的在线小精灵对战系统.zip
- (源码)基于C语言的Linux终端MP3播放器.zip
- 神经网络,手写识别,数字识别,repositories内有CNN卷积神经网络和目标识别(目标i定位),全基于JAVA GUI
- 《神经网络与深度学习学习笔记汇总》
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



评论0