MetaModel.RegisterContext Method (Type)
.NET Framework (current version)
Registers a data-context instance.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
abstract RegisterContext : contextType:Type -> unit override RegisterContext : contextType:Type -> unit
Parameters
- contextType
-
Type:
System.Type
The type of the data context as defined in the data model.
This method uses the default context information as defined by the ContextConfiguration class.
.NET Framework
Available since 3.5
Available since 3.5
Show: