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
On beta7, when scaffolding a database containing tables with xml data columns:
dnx ef dbcontext scaffold "Server=myserver;Database=mydatabase;user id=me;password=pwd" EntityFramework.SqlServer
Produces the warning/error:
For column [dbo][Table][Column]. Could not find type mapping for SQL Server type xml. Skipping column.
The text was updated successfully, but these errors were encountered:
XML is not yet supported, we did however open #3076 to see if we can just scaffold a string property in reverse engineer to unblock the scenario.
Sorry, something went wrong.
No branches or pull requests
On beta7, when scaffolding a database containing tables with xml data columns:
Produces the warning/error:
The text was updated successfully, but these errors were encountered: