Hi i try to do queries with linq. This query works. But when i want to show the result in datagrid, cities name is not shown, it is shown their length.
How can i fix this.?
.Concat(
datagirdview1.Datasource=result
Thanks...