FirebirdSQL / NETProvider

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

Add public getter for FbCommand._namedParameters #1161

Closed dant02 closed 2 months ago

dant02 commented 4 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 4 months ago

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