Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
I have a table with two fields (for example K1, K2) as primary keys. Both of them are nvarchar(50) with default value '' (string.empty). When generating nettiers entities the default value for K1 and K2 is null and not string.empty which is, by my oppinion, wrong. The problem that I have is that...