Data Port Sync 1.0.500

SqlCeCommand.CommandTimeout Property

[This is preliminary documentation and subject to change.]

Gets or sets the wait time before terminating the attempt to execute a command and generating an error.

[Visual Basic]
Overrides Public Property CommandTimeout As  _
    Implements IDbCommand.
[C#]
public override  CommandTimeout {get; set;}

Property Value

Always zero (0) for SQL Server CE.

Implements

IDbCommand.

See Also

SqlCeCommand Class | Primeworks.DesktopSqlCe Namespace