Microsoft.Data.Entity.Build.Tasks Namespace
.NET Framework (current version)
The Microsoft.Data.Entity.Build.Tasks namespace contains two MSBuild tasks that are used by the ADO.NET Entity Data Model Designer (Entity Designer).
| Class | Description | |
|---|---|---|
|
EntityClean | Called by MSBuild to remove intermediate files that were created by the EntityDeploy task. |
|
EntityDeploy | A build task that is used to deploy the Entity Framework artifacts that are generated from .edmx files. These artifacts can be embedded as resources or written to a file. |
|
EntityDeploySetLogicalNames | Assigns the correct LogicalName to resources marked for embedding. |
|
EntityDeploySplit | Groups .edmx files according to whether the corresponding model and mapping files will be embedded as resources or copied to the output directory. |
Show: