Tagged Questions

Object Persistent Framework 3

learn more… | top users | synonyms

2
votes
1answer
458 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
122 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. ...