Timeout Property
Timeout
Statement execution timeout. If the timeout is reached for a running statement, it will be cancelled forcefully. Defaults to Zero.
Zero means that the timeout in server config will be used. InfiniteTimeSpan means no timeout.
Declaration
public TimeSpan Timeout { get; set; }
Property Value
TimeSpan |