subsonic3
SubSonic 3 ignoring columns in Select()
I have a table like so.. CREATE TABLE [dbo].[Locations_Hours]( [LocationID] [int] NOT NULL, [sun_open] [nvarchar](10) NULL,[详细]
2022-12-27 05:18 分类:问答Subsonic 3.0 UPDATE, multiple conditions
db.Update<Luna.Record.TB_ITEM>().Set( x => x.ITEM_DURABILITY == Convert.ToInt32(quantity)) .Where(x => x.ITEM_POSITION == Convert.ToInt32(position))[详细]
2022-12-26 06:52 分类:问答SubSonic LInq IRepository
Trying to use SubSonic 3.0.0.4\'s Linq TEmplates.Got everything working.But in the Doc\'s I\'m seeing how I can use aa IRepository to bulk inser开发者_如何学Ct, update, delete my db.Thing is - It wasn[详细]
2022-12-25 13:31 分类:问答Left Join in Subsonic 3
I\'m trying to do a left join in subsonic 3 using linq but it doesn\'t seem to work, I get a big error.[详细]
2022-12-24 03:34 分类:问答Fixes for problems with SubSonic 3's TestRepository
I\'ve been trying to use SubSonic 3.0\'s test repository support for unit testing but encountered a few issues, so I thought I document them, and the fixes I\'ve come up with:[详细]
2022-12-23 05:52 分类:问答How can I perform an idempotent insert row using subsonic with a SQL 2008 backend?
How can I perform an idempotentinsert row using subsonic with a SQL 2008 backend? e.g. I have a table \"Colors\" where name is the primary key.[详细]
2022-12-23 03:57 分类:问答SubSonic 3 issue creating List<>
I have an application that requires we use distinct user connection strings per user.We are trying to upgrade from SubSonic 2.x to 3.0.I\'m running into issues with trying to create a 开发者_如何学JAV[详细]
2022-12-23 03:14 分类:问答Using Subsonic 3.0 With Silverlight
I am writing a silverlight Line of business application and wanted to use the Subsonic DAL.The Silverlight Project will not allow me to Add the Subsonic reference with the followng error \"You can not[详细]
2022-12-22 12:08 分类:问答SubSonic and Azure Compatibility
I have an application that\'s due to be rolled out in May. I开发者_如何学Python just took over the project and dumped EntityFramework 1.0 in favor of SubSonic. (We don\'t have the time to wait for EF[详细]
2022-12-22 03:26 分类:问答Left Join in Subsonic3
I\'m new in subsonic3, and I\'m getting some errors when I try to use LeftJoin var q = from c in categories[详细]
2022-12-22 02:33 分类:问答