Share via


DbDataController<TContext> Constructor

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

Initializes a new instance of the DbDataController<TContext> class.

Namespace:  System.Web.Http.Data.EntityFramework
Assembly:  System.Web.Http.Data.EntityFramework (in System.Web.Http.Data.EntityFramework.dll)

Syntax

'Declaration
Protected Sub New
protected DbDataController()
protected:
DbDataController()
new : unit -> DbDataController
protected function DbDataController()

Remarks

This is a protected constructor for the abstract class.

See Also

Reference

DbDataController<TContext> Class

System.Web.Http.Data.EntityFramework Namespace