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? 开发者_如何学Python
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.
You may want to look into the Entity Framework kit for Oracle here
精彩评论