Npgsql.NpgsqlParameterCollection.InvalidateHashLookups C# (CSharp) Méthode

InvalidateHashLookups() private méthode

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
Résultat void
        internal void InvalidateHashLookups()
        {
            lookup = null;
            lookupIgnoreCase = null;
        }