Npgsql.NpgsqlParameterCollection.InvalidateHashLookups C# (CSharp) Method

InvalidateHashLookups() private method

Invalidate the hash lookup tables. This should be done any time a change may throw the lookups out of sync with the list.
private InvalidateHashLookups ( ) : void
return void
        internal void InvalidateHashLookups()
        {
            lookup = null;
            lookupIgnoreCase = null;
        }