subsonic
How to return a strongly-typed object from a SubSonic SPROC call with SPROC parameters?
I have a data caller method that returns a SubSonic collection of type ItemDatumCollection. The sproc is executed as follows:[详细]
2023-03-09 09:06 分类:问答problem with Distinct query in subsonic 3
ProductCollection select = new Select(Product.SupplierIDColumn).From<Product>().Distinct() .ExecuteAsCollection<Pro开发者_开发技巧ductCollection>();[详细]
2023-03-08 20:23 分类:问答what do I need to work with subsonic? [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Give an example of using subsonic 3[详细]
2023-03-08 08:08 分类:问答Multiple User Permissions for other Entities
Our company is having a problem migrating from a single use开发者_StackOverflow社区r application to multiple. Our setup is that a User would own a Product, and that ownership is through a foreign key.[详细]
2023-03-08 05:22 分类:问答data rollback when one of the stored prod found faile in .net c#
Does anyone know how can I all data rollback in .net c# if one of the stored proc failed during the process?[详细]
2023-03-06 03:52 分类:问答Unit Testing an Application with a DAL Generated by SubSonic
I am currently working on an inherited codebase. One of the critical missing pieces is unit testing. I seem to have run into a roadblock while trying to set up some unit tests in NUnit.[详细]
2023-03-05 10:47 分类:问答SubSonic & LinqTemplate: Why is read so slow here?
Not sure where to get this info out to the subsonic crew as they took down their forums, and said use stackoverflow, so here we go.[详细]
2023-03-03 19:02 分类:问答SubSonic primary key issue
At our organization we have to use the name ID_NO for the primary keys in our tables, a little strange to me but I can\'t change that however it is causing subsonic to complain and I am hoping someone[详细]
2023-03-01 14:40 分类:问答Combining multiple SubSonic.Where filters
Is it possible to combine multiple filters in Subsonic 2.1 to a shorter piece of code? SubSonic.Where filterTaal =开发者_运维百科 new SubSonic.Where();[详细]
2023-03-01 14:22 分类:问答RetryPolicy in Subsonic
I am using Subsonic with a Sql开发者_如何转开发Azure database and it\'s working great. I would like to improve my application by implementing the suggested best practice mentioned in this blog article[详细]
2023-03-01 01:59 分类:问答