markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

uniqueidentifier columns not in resultset #363

Open FranzKiermaier opened 9 years ago

FranzKiermaier commented 9 years ago

Dear Mark Rendle, I am using simple data to read records from an SQL Server database. The table has one uniqueidentifier column which might contain null values since it is not a mandatory field. When i query the table the the column is in the results view but not in the dynamic view. What is the best practice to handle this or how can I get uniqueidentifier columns with null values into the dynamic view?

Thanks for help

Franz