Hello. I suddenly asked myself a question: is it possible to execute SQL SELECT
in a C # application without using ORM (connection to MS SQL database is established) in such a way as to pull values into Dictionary
, where the key for each value is the name of its database field?