You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using SqlHierarchyId in models and call insert method exeption occured.
innerexception : No mapping exists from object type Microsoft.SqlServer.Types.SqlHierarchyId to a known managed provider native type.
The text was updated successfully, but these errors were encountered:
@110vahid Official support in .NET Core requires that the types be implemented, which is tracked by SqlClient issue #322, referenced above.
If this gets done, then #365 is tracking support in EF Core.
Issue #365 also contains discussion of and links to some community efforts to bring an equivalent type to .NET Core.
Closing this as a duplicate of #365, which we will use for potential future support of SqlHierarchyId in EF Core.
when using SqlHierarchyId in models and call insert method exeption occured.
innerexception : No mapping exists from object type Microsoft.SqlServer.Types.SqlHierarchyId to a known managed provider native type.
The text was updated successfully, but these errors were encountered: