C# Class Microsoft.EntityFrameworkCore.Internal.DbSetInitializer

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.
Inheritance: IDbSetInitializer
Afficher le fichier Open project: MyPrivateAccount/XYHOutSource

Méthodes publiques

Méthode Description
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.

Method Details

DbSetInitializer() public méthode

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
Résultat System.Linq

InitializeSets() public méthode

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 InitializeSets ( DbContext context ) : void
context DbContext
Résultat void