Tagged Questions
2
votes
1answer
459 views
Evaluating OPF3 (ORM framework for .NET) [closed]
Is anyone using or has anyone evaluated OPF3 as an ORM (.NET)? How does it stack up against EntitySpaces or Subsonic?
One thing about OPF3 I like in my evaluation so far is that it is very easy to ...
0
votes
1answer
126 views
Sql custom function with Chili's opf3
I have to call a previously created function on SQL, like
SET @ExtVALUE = sysdba.GetNextAccountExternalId('{TYPE}')
but I can't manage to find if OPF3 has some of this functionality already.
...