C# 클래스 MicroLite.Configuration.FluentConfiguration

The class used to configure the MicroLite ORM framework using the fluent API.
상속: IConfigureConnection, ICreateSessionFactory
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
CreateSessionFactory ( ) : ISessionFactory
ForConnection ( string connectionName, ISqlDialect sqlDialect, IDbDriver dbDriver ) : ICreateSessionFactory
ForConnection ( string connectionName, string connectionString, string providerName, ISqlDialect sqlDialect, IDbDriver dbDriver ) : ICreateSessionFactory

비공개 메소드들

메소드 설명
FluentConfiguration ( ISessionFactory>.Func sessionFactoryCreated ) : System

메소드 상세

CreateSessionFactory() 공개 메소드

public CreateSessionFactory ( ) : ISessionFactory
리턴 ISessionFactory

ForConnection() 공개 메소드

public ForConnection ( string connectionName, ISqlDialect sqlDialect, IDbDriver dbDriver ) : ICreateSessionFactory
connectionName string
sqlDialect ISqlDialect
dbDriver IDbDriver
리턴 ICreateSessionFactory

ForConnection() 공개 메소드

public ForConnection ( string connectionName, string connectionString, string providerName, ISqlDialect sqlDialect, IDbDriver dbDriver ) : ICreateSessionFactory
connectionName string
connectionString string
providerName string
sqlDialect ISqlDialect
dbDriver IDbDriver
리턴 ICreateSessionFactory