1

I'm trying to solve this:

A user class with 50 fields is defined in .NET. I need to insert this fields in one table. Instance fields are same as table fields. Does Oracle have some type or something else like .NET object?

For example: Define an object in oracle, define stored procedure to insert object in table, call sp in .NET, pass instance with 50 fields to procedure.

1 Answer 1

2

You may want to look into the Entity Framework kit for Oracle here

Sign up to request clarification or add additional context in comments.

1 Comment

+1, good answer, but esp because Windman will probably not give credit ;)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.