insCmd.Parameters.Item(
where it gets the insCmd from this methodOracleCommand insCmd = CreateHencnpInsCmd();
Here is how I get there. I have a method CreateHencnpInsCmd that adds the parameter and it has the lines
insCmd.Parameters.Add(
insCmd.Prepare();return insCmd;
Then