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

NpgsqlParameterCollection() private méthode

Initializes a new instance of the NpgsqlParameterCollection class.
private NpgsqlParameterCollection ( ) : System
Résultat System
        internal NpgsqlParameterCollection()
        {
            NpgsqlEventLog.LogMethodEnter(LogLevel.Debug, CLASSNAME, CLASSNAME);
            InvalidateHashLookups();
        }