Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the metadata in a nice API #18

Open
MikaelEliasson opened this issue Jan 9, 2015 · 1 comment
Open

Expose the metadata in a nice API #18

MikaelEliasson opened this issue Jan 9, 2015 · 1 comment

Comments

@MikaelEliasson
Copy link

Not sure how L2S worked here to start with. I just know how horrible that was in earlier versions of EF. It's much easier if I as an extension author can just get something like the following for each column.

{ Code : { PropertyInfo, (Maybe info about navigation prop) } Sql : { ColumnName, SettingsLikeNullableEtcEtc } ,

@FransBouma
Copy link
Owner

Meta-data is exposed by Linq to Sql. It is in a specific format, of course there are a lot of things which could have been nicer. I have to check whether it's exposed as a public method and if everything is available (a lot is internal).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants