I have a data caller method that returns a SubSonic collection of type ItemDatumCollection. The sproc is executed as follows:
ProductCollection select = new Select(Product.SupplierIDColumn).From<Product>().Distinct() .ExecuteAsCollection<Pro开发者_开发技巧ductCollection>();
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Give an example of using subsonic 3
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.
Does anyone know how can I all data rollback in .net c# if one of the stored proc failed during the process?
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.
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.
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
Is it possible to combine multiple filters in Subsonic 2.1 to a shorter piece of code? SubSonic.Where filterTaal =开发者_运维百科 new SubSonic.Where();
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