ConnectionTimeout Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Gets the time to wait while establishing a connection before terminating the attempt and generating an error.
Syntax
'Declaration
Public Overrides ReadOnly Property ConnectionTimeout As Integer
public override int ConnectionTimeout {get;}
See Also