C# Class SeoEmpire.Common.DbDomain

Afficher le fichier Open project: akellan/SeoEmpire

Méthodes publiques

Méthode Description
Close ( ) : void
GetMetadata ( Type type ) : IClassMetadata
InitMySql ( ) : void
InitSqLite ( ) : void

Private Methods

Méthode Description
GetSession ( bool getNewIfNotExists ) : ISession

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

GetMetadata() public static méthode

public static GetMetadata ( Type type ) : IClassMetadata
type System.Type
Résultat IClassMetadata

InitMySql() public static méthode

public static InitMySql ( ) : void
Résultat void

InitSqLite() public static méthode

public static InitSqLite ( ) : void
Résultat void