subsonic-active-record
Subsonic 3 - Insert of Update
Currently using Subsonic 3 with Activerecord. Purely out of curiosity, is there an easy way to update or insert a record in a clean and consise way?[详细]
2023-04-03 16:35 分类:问答Subsonic 3.0.0.4 active record templates for mysql not returning last inserted id
Steps to reproduce error: CREATE TABLE person ( per开发者_如何学Pythonson_id int(11) NOT NULL AUTO_INCREMENT, firstname varchar(20) DEFAULT NULL, lastname varchar(20) DEFAULT NULL, age int(11) DEFAUL[详细]
2023-01-28 11:44 分类:问答If use the ActiveRecord,generate models each I modify the database structure? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-01-23 23:17 分类:问答Subsonic Active Record Execute Direct SQL
How can I execute direct/raw SQL through subsonic 3.0 开发者_JS百科when using the Active Record pattern? Found it http://subsonicproject.com/docs/CodingHorror[详细]
2023-01-19 10:42 分类:问答Subsonic 3.0 TestRepository "Find" not working
Using Subsonic 3, I have a simple class called \"ConferenceRepository\" that has a method that returns a bunch of conferences based on their status. I am testing this using SubSonic\'s built in suppor[详细]
2023-01-18 02:58 分类:问答ORM Comparison: Which comes first the database or classes?
Lately I\'ve been looking into the .NET based ORMs that are available. I\'ve noticed that each ends up siting in one or two camps. In one camp the database is created first, and the ORM provides an ea[详细]
2023-01-16 13:08 分类:问答Doing joins with SubSonic/ActiveRecord easily?
I am using SubSonic with the A开发者_C百科ctiveRecord template. I like it pretty well so far but can not figure out how to do a join query. I have read this link but the generated class templates it c[详细]
2023-01-05 20:54 分类:问答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 分类:问答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 分类:问答