Re: .Net Core 6.0 , MySql Support LongBlob with Entity Framework is limited to small size
Posted by: Tijara Khaleej
Date: December 13, 2022 09:42PM

.Net Core 6.0 and Entity Framework support for MySql LongBlob is limited to small size. This is because the .Net Core 6.0 platform does not support the full range of data types that are available in MySql. As a result, when using Entity Framework with MySql, you will not be able to use LongBlob data types for fields that exceed the small size limit. This can be a problem if you need to store large amounts of data in a LongBlob field, as you will not be able to do so with .Net Core 6.0 and Entity Framework.

Options: ReplyQuote


Subject
Written By
Posted
Re: .Net Core 6.0 , MySql Support LongBlob with Entity Framework is limited to small size
December 13, 2022 09:42PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.