hiya,
I get the above error when I try to databind a typedList to a winforms datagrid in whidbey.
I simply want to bind to the entire contents of the underlying sqlServer table.
I might be wrong, but I thought I could simply create a typedList and databind.
<errorSource>
ITransaction transactionToUse, int pageNumber, int pageSize)
Line 63: {
Line 64: IRetrievalQuery selectQuery = DynamicQueryEngine.CreateSelectDQ(fieldsToReturn, DbUtils.DetermineConnectionToUse(transactionToUse),
Line 65: selectFilter, maxNumberOfItemsToReturn, sortClauses, relations, allowDuplicates, groupByClause, pageNumber, pageSize);
Line 66:
<\errorSource>
hmm, any ideas?
cheers,
yogi