How to access fields that start with a number from SQL using SQLKata in .vb

58 Views Asked by At

Using a queryFactory such as db.Query("Stuff).Select("2Dblue2").Get()

How would one access this value as field names cannot start with numbers

0

There are 0 best solutions below