EntityDeploy.Execute Method

Called by MSBuild to embed mapping and modeling files as resources or to write them to a file.

Namespace:  Microsoft.Data.Entity.Build.Tasks
Assembly:  Microsoft.Data.Entity.Build.Tasks (in Microsoft.Data.Entity.Build.Tasks.dll)

Syntax

'Declaration
Public Overrides Function Execute As Boolean
public override bool Execute()
public:
virtual bool Execute() override
abstract Execute : unit -> bool  
override Execute : unit -> bool
public override function Execute() : boolean

Return Value

Type: System.Boolean
true if the method was successful, false otherwise.

Implements

ITask.Execute()

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5 SP1

See Also

Reference

EntityDeploy Class

Microsoft.Data.Entity.Build.Tasks Namespace