Method | Description | |
---|---|---|
CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext | ||
CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore |
public abstract CreateContext ( Microsoft.EntityFrameworkCore.TestStore testStore ) : CrossStoreContext | ||
testStore | Microsoft.EntityFrameworkCore.TestStore | |
return | CrossStoreContext |
public abstract CreateTestStore ( Type testStoreType ) : Microsoft.EntityFrameworkCore.TestStore | ||
testStoreType | Type | |
return | Microsoft.EntityFrameworkCore.TestStore |