S
sqlguru
Did I or didn't I read the documentation?make your mind up. Iam crazy to
know where I should have put this translation? Some entity that we dare not
call a provider, or ORM or DAL. Come on hotshot explain to us mortals rather
than telling us to read books because that makes me think you are just a
troll.
Troll, you would put this conversion method preferably in your custom
common framework. You do have a custom framework right? There is no
need for your "provider" to be in the custom framework cause the
ADO.NET "common" framework already has a perfect implementation for
all databases. You're supposed to read the DB vendor's .NET provider
for the inference of DBType.
I create my own DAL/ORM that converts IDataReaders to model objects yes. I
said I dont use the entity framework/linq/datasets.
First you said you used a "provider". Now you use an ORM and now
you're getting your DAL and ORM mixed up.