Data Model data type
|
Maps to SQL data type
|
---|---|
Long
|
If length is 2, then maps to smallint; otherwise maps to int
|
Bool
|
bit
|
Date
|
datetime
|
Text(length)
|
If length is less than 8000 then maps to nvarchar(length); otherwise maps to ntext
|