subsonic-active-record
Atomically maintaining a counter using Sub-sonic ActiveRecord
I\'m trying to figure out the correct way to atomically increment a counter in one table and use that incremented value as an pseudo display-only ID for a record in another.[详细]
2022-12-29 19:52 分类:问答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 分类:问答Using constructor to load data in subsonic3?
I\'m getting a开发者_如何学Pythonn error while trying to load an record through the constructor.[详细]
2022-12-25 11:20 分类:问答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 automate the t4 code generation for SubSonic
I\'m using SubSonic 3 (ActiveRecord mode) to generate the code for my DAL. It uses T4 templates (.tt) files that as soon as you save, generate the code for you.[详细]
2022-12-20 22:23 分类:问答SubSonic 3 and MySQL, removing underscore from column name in CleanUp() method causes exceptions when using property in linq-query
I\'ve run into a problem when using SubSonic 3(.0.0.3) ActiveRec开发者_开发百科ord with MySQL.[详细]
2022-12-20 07:41 分类:问答SubSonic 3 doesn't honor schemas for update
I am not running Mike\'s latest code because it does not build and he didn\'t update the templates to generate code for the new Load with columns he added.So I am one revision back in the source.[详细]
2022-12-16 02:35 分类:问答Subsonic 3.0 missing output parameter/default parameter support in SQL Server?
I have a stored proc: CREATE PROCEDURE MyProc ( @P1 uniqueidentifier, @P2 int = NULL output, @P3 int = NULL output )[详细]
2022-12-15 22:13 分类:问答How to return a Dataset using Subsonic 3?
I have some old code that was using 开发者_运维百科Subsonic 1.x and want to migrate to 3. Some of my old methods used to return a Dataset using the old Subsonic Query object and then just calling Exec[详细]
2022-12-14 16:56 分类:问答InnerJoin with Where Expression trouble
I am using Subsonic 2.1 and I need to doan innerjoin and use a where expression and I keep getting the error:[详细]
2022-12-11 12:00 分类:问答