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
Hi,
would it be feasible to add public getter to _namedParameters field in FbCommand ?
My use case is to get names of the parameters for a query which I do not know beforehand.
I'll be happy to create PR for it.
Thank you Best regards Daniel Trubač
The text was updated successfully, but these errors were encountered:
Yeah. I don't see a reason why not. So go ahead with your PR.
Sorry, something went wrong.
Add property FbCommand.NamedParameters (#1161) (#1168)
55eb350
Co-authored-by: Daniel Trubač <[email protected]>
dant02
Successfully merging a pull request may close this issue.
Hi,
would it be feasible to add public getter to _namedParameters field in FbCommand ?
My use case is to get names of the parameters for a query which I do not know beforehand.
I'll be happy to create PR for it.
Thank you
Best regards
Daniel Trubač
The text was updated successfully, but these errors were encountered: