Delete Rows

first post: GirishM wrote: how will i delete some rows of a table at a particular condition.

latest post: littleguru wrote: This should be the case. Any chance you could debug a bit deeper in...

GetOjectSet is slow

first post: jseger wrote: When I do a context.GetObjectSet<T>(), it takes a very long time....

latest post: littleguru wrote: Hi -- did you try to compare the SQL that's being generated by Opf3...

Delete from TABLE (How?)

first post: caiomarques wrote: Hi everybody! In an point of my application, I need to delete all ...

latest post: littleguru wrote: The best way of doing batch deletes is to get around the ORM and di...

CacheManager

first post: anaclaudia wrote: Halo, Anyone know a example of the use of CacheManager with opf3? ...

latest post: littleguru wrote: Hi, can you provide a bit more details about what's not working? Th...

Mysql "Update" trouble

first post: Clem06 wrote: Hi everybody, I'm trying this beautiful framework with the Mysql s...

latest post: caiomarques wrote: Clem, Please verify if you are using the correct method to update a...

Return int

first post: PuratorLE wrote: Hi, I am using OPF 3 with several persistant Types, but I also need...

latest post: Thanhlann wrote: with one number i do. static object ExecuteScalar(this IQue...

'PropertyChangedEventHandler' not found

first post: marceloide wrote: I am trying to compile a little test app. I generated the persist...

latest post: marceloide wrote: Hi, Christian Sorry, I'm not very proficient regarding the .NET inf...

Memory Leak Problem

first post: punkyskater wrote: My company has a web application that is having memory leak proble...

latest post: punkyskater wrote: we found the problem, this is generated by SimpleCacheManager class...

"New " version

first post: punkyskater wrote: Hi, In my company we bought the paid version of OPF3 (version 3.0....

Where to find reference on using complicated SQL in opf3? (like join ,group by...)

first post: cccc1 wrote: Where to find reference on using complicated SQL in opf3? (like jo...

latest post: mtycholaz wrote: Using Linq or just plain old SQL?