shuxinqin / Chloe

A lightweight and high-performance Object/Relational Mapping(ORM) library for .NET --C#
https://github.com/shuxinqin/Chloe/wiki
MIT License
1.52k stars 455 forks source link

Insert Lambda 方式 是出于什么原因 或考虑 不支持多关键字呢? #269

Closed yangzhinong closed 3 years ago

yangzhinong commented 3 years ago

object Insert(Expression<Func> content);

Can not call this method because entity '{0}' has multiple keys. 如题, 是什么原因或考虑不支持?