C# Class MicroLite.Configuration.Configure

The class used to configure the MicroLite ORM framework.
Show file Open project: TrevorPilley/MicroLite

Public Methods

Method Description
Extensions ( ) : IConfigureExtensions

Begins the process of specifying the extensions which should be used by MicroLite ORM.

Extensions should be configured before configuring any connections.

Fluently ( ) : IConfigureConnection

Begins the configuration process using the fluent API.

Method Details

Extensions() public static method

Begins the process of specifying the extensions which should be used by MicroLite ORM.
Extensions should be configured before configuring any connections.
public static Extensions ( ) : IConfigureExtensions
return IConfigureExtensions

Fluently() public static method

Begins the configuration process using the fluent API.
public static Fluently ( ) : IConfigureConnection
return IConfigureConnection