Data.DBXCommon.TDBXCommand.CommandTimeout
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
property CommandTimeout: Integer read GetCommandTimeout write SetCommandTimeout;
C++
__property int CommandTimeout = {read=GetCommandTimeout, write=SetCommandTimeout, nodefault};
Description
Time-out value for the execution of a command.
Time-out value for the execution of a command. Not all drivers support this. Time in seconds to wait for a command to execute.