Coldairarrow / EFCore.Sharding

Database Sharding For EFCore
Apache License 2.0
694 stars 144 forks source link

未能找到源类型“IShardingQueryable<TelemetryData>”的查询模式的实现。未找到“GroupBy”。 #52

Closed maikebing closed 4 years ago

maikebing commented 4 years ago

我的需求是这样的, 四个字段, DeviceId, KeyName, KeyValue, DateTime , 我的主键是 DeviceId, KeyName,DateTime , 我想取得最新的一条数据, 该怎么写?

maikebing commented 4 years ago

ef core 也未能实现