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

Ability to get metadata about foreign keys for ODBC #28517

Open
abelykh0 opened this issue Jan 25, 2019 · 0 comments
Open

Ability to get metadata about foreign keys for ODBC #28517

abelykh0 opened this issue Jan 25, 2019 · 0 comments
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-System.Data.Odbc
Milestone

Comments

@abelykh0
Copy link

Ability to get metadata about foreign keys for ODBC. I propose to add support for "Foreign Keys" collection when you call System.Data.Odbc.GetSchema. Internally call SQLForeignKeysW from "odbc32.dll" (Windows) or "libodbc.so.2" (Linux).

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the 5.0 milestone Feb 1, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@ajcvickers ajcvickers modified the milestones: 5.0.0, Future Jun 23, 2020
@ajcvickers ajcvickers removed the untriaged New issue has not been triaged by the area owner label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-System.Data.Odbc
Projects
None yet
Development

No branches or pull requests

4 participants