Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
OK, I've been looking through the code that generates the partial classes for business objects, and the only SQL data type that uses SmallDateTime is SmallDateTime. So, it could be that your business object is mapped in the BOMapper to a DDT profile rather than the actual SQL Server and the field is still SmallDateTime in the DDT. Or vice versa, it's mapped to SQL Server and the actual field's data type wasn't changed. If the actual source of the column is properly set to SmallDateTime, then there must be a problem with the GetSchema() method of the SQL Server connection returning the proper value.
|