Hi,
I want to write linq query in vb.net
to extract specific value from dictionary or datatable.
Tried writing this query
in_DictTitleCode.Where(Function(a) a.key "Miss ").Select(Function(a) a.value).ToString
output of this is
“System.Linq.Enumerable+WhereSelectEnumerableIterator2[System.Collections.Generic.KeyValuePair
2[System.String,System.String],System.String]”