AxpDataGrid

AxpDataGrid.CommandTimeout Property

Set command execution timeout in seconds.

[Visual Basic]
Public Property CommandTimeout As Integer
[C#]
public int CommandTimeout {get; set;}

Property Value

The number of seconds to wait for a SQL command to finish it's execution.

Remarks

Maps directly to the corresponding Command Timeout property in the .NET framework.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace