How Do I Use Large Text Fields in ORM Classes?
Comments
-
Were making a custom log class where we want to be able to put a large amount of text. Were running into an issue where the text is getting cut off at a certain length though. We tried setting the character limit higher, but it is still getting cut off. How do we get around this?
-
Hey Jon,
The limit for varchar() and nvarchar() is 4000 characters. To do anything larger, you need to use the text column type:
[ORMField(typeof(TextFieldConverter))]
Let me know if you have any other questions.
Howdy, Stranger!
Categories
- 4.1K All Categories
- 60 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions