Skip to content

String values

sdrapkin edited this page Feb 13, 2017 · 5 revisions

All TinyORM string values are Unicode (since all .NET strings are Unicode), and get converted into NVARCHAR(4000) T-SQL type by default.

Clone this wiki locally