Data Port Sync 1.0.500

SqlCeConnection.ConnectionTimeout Property

[This is preliminary documentation and subject to change.]

Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.

[Visual Basic]
Overrides Public ReadOnly Property ConnectionTimeout As  _
    Implements IDbConnection.
[C#]
public override  ConnectionTimeout {get;}

Property Value

Timeout value in seconds.

Implements

IDbConnection.

Remarks

Always zero.

See Also

SqlCeConnection Class | Primeworks.DesktopSqlCe Namespace