Timeout Command in NpgSQL for PostgreSQL

This article deals with connection string related to Timeout Command in NpgSQL for PostgreSQL.
  • 4908

Introduction

Command Timeout attribute is used for determining the time after which the command will time out i.e. the command will no longer be functional and will wait for this specified amount of time before displaying an error.

Server=127.1.1.1;Port=5432;Database=user_database;User Id=Username;Password=user_Password;CommandTimeout=30;

NOTE: The time is given in seconds.

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers her

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.