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

Type converters #4333

Closed
SiarheiTatarchanka opened this issue Jan 19, 2016 · 1 comment
Closed

Type converters #4333

SiarheiTatarchanka opened this issue Jan 19, 2016 · 1 comment

Comments

@SiarheiTatarchanka
Copy link

Didn't find possibility to use type converters.

As an example:
in a DB I have a column with varbinary(char(1)) type. And this should be converted into boolean in entity.

In Telerik Open Access I have possibility to use something like the below:

HasProperty(x => x.SomeProperty).WithConverter<BitTypeToBooleanConverter>();

Do we have something like that in EF7?

@rowanmiller
Copy link
Contributor

This isn't supported yet... but we have #242 tracking this scenario (which is part of a bigger area of work tracked by #240)

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants