Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yep, it's correct, in fact, we had to put some special clase code in the BOMapper to make it map like that. According to the GetScema() method of SqlCommand that tells the native .NET type that is supposed to support a column, it says it should be System.SByte, but that's a "signed byte" (-128 to 127) and doesn't work with tiny int which should be 0 to 255.
|