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

Clear() 공개 메소드

Removes all items from the collection.
public Clear ( ) : void
리턴 void
        public override void Clear()
        {
            NpgsqlEventLog.LogMethodEnter(LogLevel.Debug, CLASSNAME, "Clear");
            this.InternalList.Clear();
            this.InvalidateHashLookups();
        }