C# Class Microsoft.EntityFrameworkCore.CrossStoreFixture

Afficher le fichier Open project: MyPrivateAccount/XYHOutSource Class Usage Examples

Méthodes publiques

Méthode Description
CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore

Method Details

CreateContext() public abstract méthode

public abstract CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
testStore Microsoft.EntityFrameworkCore.TestStore
Résultat CrossStoreContext

CreateTestStore() public abstract méthode

public abstract CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore
testStoreType Type
Résultat Microsoft.EntityFrameworkCore.TestStore