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

SqlCommand Properties #15

Closed
kplatter opened this issue Sep 15, 2015 · 1 comment
Closed

SqlCommand Properties #15

kplatter opened this issue Sep 15, 2015 · 1 comment

Comments

@kplatter
Copy link

I would like to be able to set properties of the SqlCommand object, such as CommandTimeout (see https://msdn.microsoft.com/en-us/library/System.Data.SqlClient.SqlCommand(v=vs.110).aspx) I am willing to make the modifications and submit PR but would like some input on how best to pass them in. One thought is to use a special named parameter like _CommandProperties and do not load it in the AddParameters function but process it after the command is created in the ExecuteQuery function.... Thoughts?

@agracio
Copy link
Collaborator

agracio commented Apr 23, 2024

CommandTimeout added https://github.com/agracio/edge-sql

@agracio agracio closed this as completed Apr 23, 2024
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

2 participants