How to automatically generate identity for an Oracle database through Entity Framework?
I have a function that I could call and generate the column which is not in the context how do I explicitly call the stored procedure through Entity Framework? I am using a repository pattern.
Random Number generator to insert a record (where I get the primary key through a UDF and pass this to the entity to insert).