Npgsql.NpgsqlParameterCollection.InvalidateHashLookups C# (CSharp) 메소드

InvalidateHashLookups() 개인적인 메소드

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