-
Notifications
You must be signed in to change notification settings - Fork 18
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.
Copyright (c) 2016-2022 Stan Drapkin