Community

Reading sql_variant in Entity Framework

(dasblinkenlight) Although Entity Framework does not have built-in support for the sql_variant data type [1][2] of SQL Server, it is possible to work around this limitation. This article describes an approach that lets you read columns of type sql_variant using an Entity Framework EDM.

Read More - Register for Free Membership