sgmoore
About
- Username
- sgmoore
- Joined
- Visits
- 1,750
- Last Active
- Roles
- Member
- Points
- 85
-
Re: simple way(s) to get schema info in LINQPad script?
The MetaModel Mapping should give you the information. For example, the following should dump out some info on all the columns on all the tables. foreach(var table in Mapping.GetTables()) { ( from dm… (View Post)