Hi, Alex.
Why managed driver not support working with Guid on raw(16) fields?
Guid is very important struct for c# development. Other providers for oracle is supporting Guid.
What the problem to check if field is raw type and is length is 16 convert byte[] to Guid on the fly?
But how i know EF managed provider is supporting working with Guid.
Or we missing something and provider have some configuration for support Raw(16) <> Guid conversion?
We very need native support Guid for load data into DataTable and from DataTable Guid columns into params without manual convertion.