We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
This isn't supported yet... but we have #242 tracking this scenario (which is part of a bigger area of work tracked by #240)
Sorry, something went wrong.
No branches or pull requests
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:
Do we have something like that in EF7?
The text was updated successfully, but these errors were encountered: