亚音速 3 查询语法
有人知道显示各种 Subsonic 3 查询类型的网站吗?我曾经使用过各种 SS 2 站点,这些站点会举例说明如何获取不同类型的数据。然而,我现在使用 SS 3 并且是 .net 3.5 的新手,因此虽然 SS 站点确实提供了三到四个示例查询,但它没有解释它们是如何工作的,而且它们的数量还不够。
有什么建议的网站可以了解更多 SS 3 查询吗?
Anyone know of a website that shows various Subsonic 3 query types? I used to use various SS 2 sites that would go through examples of how to get varying types of data. However, am now using SS 3 and am new to .net 3.5 so while the SS site does provide three or four example queries it doesn't explain how they work and there aren't enough of them.
Any suggested sites for learning more SS 3 queries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请访问 SubSonic 官方文档页面此处。它仍在不断发展,但有一些不错的东西,就像 SubSonic :)
我 <3 SubSonic!
Please head to official SubSonic docs page here. It is evolving yet but has nice stuff just like SubSonic :)
I <3 SubSonic!
最好的办法是下载源代码并查看测试项目,因为它比网站上的示例多得多。单元测试可能应该作为示例发布到站点上。
The best thing to do is to download the source code and look at the Test project as it has a lot more examples than the web site does. The Unit tests should probably be posted as examples to the site.