Gets or sets the timeout for database queries or commands. If null, the database provider default timeout is used.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Nullable<TimeSpan> CommandTimeout { get; set; }
Visual Basic (Declaration)
Public Property CommandTimeout As Nullable(Of TimeSpan)

Remarks

Fractions of a second are ignored.

See Also