MapToInt
This property controls whether or not the long type maps to SQL_INTEGER instead of SQL_BIGINT. This property is false by default.
Data Type
bool
Default Value
false
Remarks
SQL_BIGINT type columns have to be mapped to SQL_INTEGER to accommodate certain tools such as Access. MapToInt is set to false by default. You may set it to true to use SQL_INTEGER instead.