How to exclude certain fields from being loaded to a POCO by Simple.Data FindAllBy?

77 views Asked by At

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?

0

There are 0 answers