C# Class Microsoft.EntityFrameworkCore.CrossStoreFixture

Mostrar archivo Open project: MyPrivateAccount/XYHOutSource Class Usage Examples

Public Methods

Method Description
CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore

Method Details

CreateContext() public abstract method

public abstract CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext
testStore Microsoft.EntityFrameworkCore.TestStore
return CrossStoreContext

CreateTestStore() public abstract method

public abstract CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore
testStoreType Type
return Microsoft.EntityFrameworkCore.TestStore