Example #1
0
		public static void DeriveParameters (OracleCommand command)
		{
			command.DeriveParameters ();
		}
 public static void DeriveParameters(OracleCommand command)
 {
     command.DeriveParameters();
 }