MySql.Data.MySqlClient.MySqlParameter.ResetDbType C# (CSharp) Method

ResetDbType() public method

Resets the DbType property to its original settings.
public ResetDbType ( ) : void
return void
        public override void ResetDbType()
        {
            inferType = true;
        }