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

How can I pass table valued parameter to a stored procedure? EF7 #4176

Closed
carlosalcantara2668 opened this issue Dec 26, 2015 · 1 comment
Closed

Comments

@carlosalcantara2668
Copy link

How can I pass table valued parameter to a stored procedure? EF7

@rowanmiller
Copy link
Contributor

At this stage you can't. You would need to get the DbConnection from the context and use ADO.NET directly. Once we have #3115 you'll be able to use the raw SQL APIs that are exposed on the context.

@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