C# Class MicroLite.Configuration.Configure

The class used to configure the MicroLite ORM framework.
Afficher le fichier Open project: TrevorPilley/MicroLite

Méthodes publiques

Méthode 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 méthode

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
Résultat IConfigureExtensions

Fluently() public static méthode

Begins the configuration process using the fluent API.
public static Fluently ( ) : IConfigureConnection
Résultat IConfigureConnection