255 string

Hi,

I\m using TMS XData\Demos\Swagger,
I see in swagger that string field has a 255 limit. What field type should I use to avoid that limit?
Is the string limited to 255?

Or this limit only apply to swagger, but the API works unlimited?

Thanks
Mihai

If this is an Aurelius entity, that's the default size that can be changed using the Column attribute. If this is a DTO, such limit doesn't apply and is ignored.

Thanks,
It's DTO , so I'm safe.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.