Метод | Описание | |
---|---|---|
DbSetInitializer ( IDbSetFinder setFinder, IDbSetSource setSource ) : System.Linq |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
|
|
InitializeSets ( DbContext context ) : void |
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
|
public DbSetInitializer ( IDbSetFinder setFinder, IDbSetSource setSource ) : System.Linq | ||
setFinder | IDbSetFinder | |
setSource | IDbSetSource | |
Результат | System.Linq |
public InitializeSets ( DbContext context ) : void | ||
context | DbContext | |
Результат | void |