C# Class Highway.Data.DefaultContextConfiguration

Configuration for the context that takes the Highway.Data opinions.
Inheritance: IContextConfiguration
Show file Open project: HighwayFramework/Highway.Data Class Usage Examples

Public Methods

Method Description
ConfigureContext ( DbContext context ) : void

Configures context without lazy loading or proxy creation

Method Details

ConfigureContext() public method

Configures context without lazy loading or proxy creation
public ConfigureContext ( DbContext context ) : void
context DbContext
return void