FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://firebirdsql.org/en/net-provider/
Other
161 stars 66 forks source link

Add public getter for FbCommand._namedParameters #1161

Closed dant02 closed 7 months ago

dant02 commented 9 months ago

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č

cincuranet commented 9 months ago

Yeah. I don't see a reason why not. So go ahead with your PR.