SqlCeCommand.CommandTimeout Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

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

  [Visual Basic]
  Public Overridable Property CommandTimeout As Integer  Implements _
   IDbCommand.CommandTimeout
[C#]
public virtual int CommandTimeout {get; set;}
[C++]
public: __property virtual int get_CommandTimeout();
public: __property virtual void set_CommandTimeout(int);
[JScript]
public function get CommandTimeout() : int;
public function set CommandTimeout(int);

Property Value

Always zero (0) for SQL Server CE.

Implements

IDbCommand.CommandTimeout

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeCommand Class | SqlCeCommand Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.