Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在文档中它说你可以用表名和主键列装饰 POCO,这样你就不必指定 SELECT * FROM TABLENAME 可以只使用 WHERE ...
如果没有 WHERE 子句,如何使用此功能?
只需使用一个空字符串。
var data = db.Fetch<User>("");