MetaModel.RegisterContext Method (Type)

 

Registers a data-context instance.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

Public Sub RegisterContext (
	contextType As Type
)

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
Return to top
Show: