I am trying to dump the results of a view, that view contains a column of type Guid ( sql type uniqueidentifier ) and so linqpad throws me this error:
I was inspecting the object and i was seeing that its sql type is as nvarchar(36) and the property type is string.
How can i set a custom mapping for this like its done in the Linq2Db, example.
I am trying to dump the results of a view, that view contains a column of type Guid ( sql type uniqueidentifier ) and so linqpad throws me this error: I was inspecting the object and i was seeing that its sql type is as nvarchar(36) and the property type is string.
How can i set a custom mapping for this like its done in the Linq2Db, example.