Skip to content

DataTier.Net 3.2.3

Compare
Choose a tag to compare
@DataJuggler DataJuggler released this 09 Jul 23:47
· 124 commits to master since this release

I fixed a bug where if a table name ends in 's', the pluralVariableName and the variableName are now not the same in the Blazor Data Watcher class generated when you install Blazor Data Services for a table.

Before you would get 'foreach (CustomerSales customerSales in customerSales)...