DbDataController<TContext>.Initialize Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes the data controller.
Namespace: System.Web.Http.Data.EntityFramework
Assembly: System.Web.Http.Data.EntityFramework (in System.Web.Http.Data.EntityFramework.dll)
Syntax
'Declaration
Protected Overrides Sub Initialize ( _
controllerContext As HttpControllerContext _
)
protected override void Initialize(
HttpControllerContext controllerContext
)
protected:
virtual void Initialize(
HttpControllerContext^ controllerContext
) override
abstract Initialize :
controllerContext:HttpControllerContext -> unit
override Initialize :
controllerContext:HttpControllerContext -> unit
protected override function Initialize(
controllerContext : HttpControllerContext
)
Parameters
- controllerContext
Type: System.Web.Http.Controllers.HttpControllerContext
The HttpControllerContext for this DataController instance.
Remarks
Overrides must call the base method.