You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to be able to create a table where the class properties that are typed as string are translated to nvarchar instead of varchar in the table. I can do this by specifying the string --> nvarchar in the extraTypeMappings Dictionary<Type, string>, but this does not take into account the [MaxLength] on the current property.
The text was updated successfully, but these errors were encountered:
I need to be able to create a table where the class properties that are typed as string are translated to nvarchar instead of varchar in the table. I can do this by specifying the string --> nvarchar in the extraTypeMappings Dictionary<Type, string>, but this does not take into account the [MaxLength] on the current property.
The text was updated successfully, but these errors were encountered: