We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
SelectQueryBuilder 就是一个示例。
或者,如果您厌倦了 SQL,您也可以看看一些 ORM,例如 NHibernate 或 EntityFramework,它们都具有用于查询数据的流畅接口语法。
SelectQueryBuilder is one example.
Or if you are sick of SQL you could also take a look at some ORMs such as NHibernate or EntityFramework which all have fluent interface syntaxes for querying data.