SqlCeConnection::ConnectionTimeout Property
Visual Studio 2010
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Property Value
Type: System::Int32The time (in seconds) to wait for a connection to open. The value is always 0 in SQL Server Compact.
Implements
IDbConnection::ConnectionTimeout
Show: