Skip to content

Current limitations

Arnaud Declercq edited this page Mar 12, 2021 · 3 revisions

Currently the SQL adapter is only capable of handling flat data that can be stored in a single table.

Here's the list of C# types that are supported as columns of a table

Object type Supported?
bool
int, float, double
string
Date
Guid
Enum
Structure
Object

Clone this wiki locally