프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DbContext | DbContext |
메소드 | 설명 | |
---|---|---|
Commit ( ) : void | ||
CommitAsync ( ) : Task | ||
Dispose ( ) : void | ||
Setup ( string connectionString, string providerName ) : void |
메소드 | 설명 | |
---|---|---|
GetDbContext ( string connectionString, string providerName ) : DbContext |
protected abstract GetDbContext ( string connectionString, string providerName ) : DbContext | ||
connectionString | string | |
providerName | string | |
리턴 | DbContext |
public Setup ( string connectionString, string providerName ) : void | ||
connectionString | string | |
providerName | string | |
리턴 | void |