I have a table I want to query with Simple.Data FindAllBy() and load it into a POCO. However, there is one field in the table with binary data that I want to be excluded from this query. How can I exclude this column from being loaded by Simple.Data?
Asked
Active
Viewed 63 times
0
-
I want to select those rows, but not all the columns – Earlz Dec 08 '13 at 07:33
-
Do you have any code snippet? – trinaldi Dec 08 '13 at 07:34