update
This commit is contained in:
@@ -11,7 +11,7 @@ public class JsonDataManager(JsonDataContainer container) : DataManager
|
|||||||
|
|
||||||
protected override IQueryable<T> GetEntitySet<T>()
|
protected override IQueryable<T> GetEntitySet<T>()
|
||||||
{
|
{
|
||||||
return container.Set<T>(false).AsQueryable();
|
return container.Set<T>(true).AsQueryable();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void RemoveEntity<T>(T obj)
|
protected override void RemoveEntity<T>(T obj)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>annotations</Nullable>
|
<Nullable>annotations</Nullable>
|
||||||
<Version>2.4.1</Version>
|
<Version>2.4.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user