Npgsql.NpgsqlParameter.NpgsqlParameter.ResetDbType C# (CSharp) Method

ResetDbType() public method

Reset DBType.
public ResetDbType ( ) : void
return void
        public override void ResetDbType()
        {
            //type_info = NpgsqlTypesHelper.GetNativeTypeInfo(typeof(String));
            _dbType = null;
            _npgsqlDbType = null;
            Value = Value;
            ClearBind();
        }