StorageModelBuildProvider::GetResultFlags Method (CompilerResults^)
.NET Framework (current version)
Returns a value indicating actions required when a storage model build provider is built.
Assembly: System.Data.Entity.Design (in System.Data.Entity.Design.dll)
public: virtual BuildProviderResultFlags GetResultFlags( CompilerResults^ results ) override
Parameters
- results
-
Type:
System.CodeDom.Compiler::CompilerResults^
The compilation results for the build provider.
Return Value
Type: System.Web.Compilation::BuildProviderResultFlagsThe ShutdownAppDomainOnChange value, which indicates that the containing AppDomain will be unloaded and restarted.
.NET Framework
Available since 3.5
Available since 3.5
Show: