subsonic3
SubSonic 3 isn't generating Foreign Key tables as a property
Basically, 开发者_运维百科I\'m having the same problem as detailed here, but in SubSonic 3.0. Unfortunately, I can\'t figure out how to change the provider in SubSonic 3.0.[详细]
2023-01-01 02:31 分类:问答Not getting key value from Identity column back after inserting new row with SubSonic ActiveRecord
I\'m sure I\'m missing the obvious answer here, but could use a hand.I\'m new to SubSonic and using version 3.I\'ve got myself to the point of being able to query and insert, but I\'m stuck with how I[详细]
2022-12-31 19:51 分类:问答How to log subsonic3 sql
I\'m starting to develop a new asp.net application based on subsonic3 (for queries) and log4net (for logs) and would like to know how to interface subsonic3 with log4net so that log4net logs the under[详细]
2022-12-31 13:17 分类:问答subsonic 3.0 - separate generated code from ActiveRecord.vb
I moved from SubSonic 2.x to 3.0 and noticed that all my classes are combined into the ActiveRecord.vb(cs) file. Is there a way to have my classes generated indivi开发者_运维问答dually in a separate f[详细]
2022-12-31 11:18 分类:问答Extend SubSonic's IQueryable Structure (via LINQ?)
I\'m working on a project that groups data by a \"customer id\". When the user logs in, they\'re limited to that customer and that customer only.[详细]
2022-12-30 07:58 分类:问答Paging with Find using Active Record
I can\'t seem to find an answer to this question or a good example of how to accomplish what I am trying to do. I\'m sure it\'s been posted or explained somewhere, but I am having trouble finding the[详细]
2022-12-30 04:46 分类:问答Simple way to use Foreign Key values for sorting?
Disclaimer: I jumped to C# 2008 recently and SubSonic 3 (3.0.0.4) at the same time. I haven\'t used Linq for much of anything in the past.[详细]
2022-12-30 01:21 分类:问答GroupBy Count With Subsonic 3
I like to perform the following with SubSonic 3 without 开发者_开发技巧using Linq (using dynamic lookup of columns and tables). Also, no inline sql (to prevent sql-injections).[详细]
2022-12-29 23:28 分类:问答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 Query limit with MySQL c#.net LinQ
a quick question which may or may not be easily answered. Currently, in order to return a limited result set of data to my calling reference using SubSonic I use a similar function as below:[详细]
2022-12-28 09:31 分类:问答