Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Hrm, in this case, it means that the business object it trying to add a new row and initialize the fields in that row, however, the shared collections in the business object containing information on the fields and how to initilize them does not match the columns that are in the table. Looking at the source code, it might be that you have an extra column in the business object that is not part of the actual table. And it looks like it will most likely be a DateTime column because that GetFieldFromDictionaryOrdinalKey method is only called when the column's type is DateTime.
|