I'm using an OracleCommandBuilder to autogenerate SQL based on a SELECT statement. The parameters in the generated UPDATE, INSERT, and DELETE statements take the form :p1, :p2, and so forth.
In the course of researching how to use the OracleCommandBuilder, I could swear that somewhere I ran across a property I could set, or something I could do to get the parameters to mirror the column names, so a LASTNAME column would have a :LASTNAME parameter generated.
But now I can't figure out how to do it. Has anyone heard of such a setting, or did I imagine it?