I am developing a service using WebApi2 and EntityFramework6.
I have a legacy SQLServer DB that my service must work with....That DB is using heavily the 'hierarchyid' data type and this type is used internally in DB's stored procedures....Seems like EF6...