EntityClean.Execute Method

Called by MSBuild to delete model and mapping files when they were not embedded as resources.

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; otherwise, false.

Implements

ITask.Execute()

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5 SP1

See Also

Reference

EntityClean Class

Microsoft.Data.Entity.Build.Tasks Namespace