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

NpgsqlParameterCollection() 개인적인 메소드

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