Recently the company I work for used SQL Server FileTable
s. How can I map these tables in Entity Framework Core? This is one of them:
I've searched. There are some solutions like creating a stored procedure and so on. But unfortunately I cannot create any stored procedure or view or any other table.
I'm using C# 8.0, .NET Core 3.1 and EF Core 5.0