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
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeCommand Class | SqlCeCommand Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.