请教:command.Parameters
请问这两句是什么意思呢?多谢!
command.Parameters.Add( "@userName", OracleType.VarChar, 25 );
command.Parameters["@userName"].Value = userName;
请问这两句是什么意思呢?多谢!
command.Parameters.Add( "@userName", OracleType.VarChar, 25 );
command.Parameters["@userName"].Value = userName;





2005-4-17 12:10
