Property | Type | Description | |
---|---|---|---|
DbContext | DbContext |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
CommitAsync ( ) : Task | ||
Dispose ( ) : void | ||
Setup ( string connectionString, string providerName ) : void |
Method | Description | |
---|---|---|
GetDbContext ( string connectionString, string providerName ) : DbContext |
protected abstract GetDbContext ( string connectionString, string providerName ) : DbContext | ||
connectionString | string | |
providerName | string | |
return | DbContext |
public Setup ( string connectionString, string providerName ) : void | ||
connectionString | string | |
providerName | string | |
return | void |