Can Entity Developer bring back Large Objects?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
TonyV
Posts: 74
Joined: Wed 25 May 2011 15:03

Can Entity Developer bring back Large Objects?

Post by TonyV » Fri 10 Jun 2011 20:15

I'm using Entity Developer with a PostgreSQL 9.0 database. One of my tables has a field that contains the OID of a PostgreSQL Large Object. The type of the column is INT, not OID.

I've looked at the data returned by the Data Model & the field with the OID has the value in it, not the bytes of data in the Large Object table.

Is there any way that I can modify the model so it will bring back the Large Object bytes, or am I going to have to write code to do that after I get the row back?

Tony

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Tue 14 Jun 2011 15:06

We will investigate the possibility to add this functionality.
I will let you know about the results of our investigation.

Post Reply