LinqToEntitiesDataController<TContext>.Initialize Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes this DataController.

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

See Also

Reference

LinqToEntitiesDataController<TContext> Class

System.Web.Http.Data.EntityFramework Namespace