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
Datei anzeigen Open project: MyPrivateAccount/XYHOutSource

Public Methods

Method 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 method

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
return System.Linq

InitializeSets() public method

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
return void