You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RowsAs requires T be strongly typed so that it can infer the columns. It can't do that from dynamic. So this may be by-design, although we could have a better error message.
This exception occurs for line:
var table = DataTable.New.FromEnumerable(Data);
where Data is not empty List of dynamic
The text was updated successfully, but these errors were encountered: