Sergio Rofi
Results
2
comments of
Sergio Rofi
I found that modifying the code, adding this into the OnModelCreating function, solves the issue: ``` modelBuilder.Entity().ToFunction(nameof(TableValueFunctionTest)); ``` The problem is that the 'Data' type, in my case, is being...