LinqToEntitiesDataController<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 LinqToEntitiesDataController<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 LinqToEntitiesDataController()
protected:
LinqToEntitiesDataController()
new : unit -> LinqToEntitiesDataController
protected function LinqToEntitiesDataController()

Remarks

The protected constructor because this is an abstract class.

See Also

Reference

LinqToEntitiesDataController<TContext> Class

System.Web.Http.Data.EntityFramework Namespace