petapoco
How do you do Automatic Select clauses if you dont have a WHERE statement?
In the documentation it says you can decorate the POCO with the table name and primary key column so you dont have to specify the SELECT * FROM开发者_Python百科 TABLENAME an can just use WHERE...[详细]
2023-03-11 18:02 分类:问答Why does PetaPoco return from a db.Insert a ID field of 7 as a decimal
When doing a Insert the variable id is returned as an object. However in my database it is an int and in my POCO it is an int h开发者_Go百科owever when the method call to ExecuteScalar to return @@IDE[详细]
2023-03-11 07:26 分类:问答calling database from domain entity objects
I\'m having a go at using PetaPoco on a project rather than NHIbernate which I normally do, and I have a question about collections and using them from a domain model.[详细]
2023-03-07 22:32 分类:问答PetaPoco queries in a ViewModel
If I had a viewmodel that looked something like this public class AddressViewModel { public int AddressID {get;set;}[详细]
2023-03-07 07:20 分类:问答petapoco insert problem
I have a class defined like so: public class Location { public Location() { Meetings = new List<Meeting>();[详细]
2023-03-07 01:40 分类:问答How to redirect by throwing an exceptions from an Asp.NET controller?
My controllers all extend a basic UserAwareController cla开发者_如何学编程ss, that exposes GetCurrentUser() method. I would like any call to this method to redirect to the login page if the user is no[详细]
2022-12-28 14:30 分类:问答