Npgsql API Docs

NpgsqlCommand.CommandTimeout Property

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

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

Property Value

The time (in seconds) to wait for the command to execute. The default is 20 seconds.

Implements

IDbCommand.CommandTimeout

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlCommand.CommandTimeout

See Also

NpgsqlCommand Class | Npgsql Namespace