validate linqtosql mapping to a model
Posted
by Coppermill
on Stack Overflow
See other posts from Stack Overflow
or by Coppermill
Published on 2010-05-10T11:39:25Z
Indexed on
2010/05/10
11:44 UTC
Read the original article
Hit count: 259
I have generated a LinqtoSQL mapping xml file, which I have a valid XSD schema that I check to make sure the XML is correct.
Now I want to check that the field type match the Model/Interface
for example:
checking that the nullable fields are nullable that int are int etc
anyone got any ideas if I can do this?
© Stack Overflow or respective owner