MetaModel Constructor (Boolean)
.NET Framework (current version)
Instantiates a new instance of the MetaModel class.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- registerGlobally
-
Type:
System.Boolean
true to indicate that the model is registered globally; otherwise false. The default is true.
This constructor determines whether the data model is registered globally so that it can be retrieved using the GetModel method. It enables you to create multiple models and use the same entity types while avoiding type conflicts.
You typically call the MetaModel constructor in the Application_Start method of the Global.asax file.
.NET Framework
Available since 4.0
Available since 4.0
Show: