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.5K All Categories
- 86 General
- 13 Training
- 212 Installation / Setup
- 1.2K Flows
- 112 Rules
- 277 Administration
- 215 Portal
- 502 General Q & A
- 721 Forms
- 355 Reports
- 3 Designer Extensions
- 47 Example Flows
- 58 CSS Examples
- 1 Diagram Tile
- 8 Javascript Controls
- 189 Pages
- 5 Process Mining
- New Features
- 187 Datastructures
- 72 Repository
- 237 Integrations
- 30 Multi-Tenant
- 27 SDK
- 81 Modules
- 60 Settings
- 26 Active Directory
- 12 Version 7
- 36 Version 8
- 143 Lunch And Learn Questions