SqlEditor CommandTimeout Property CleanCode C# Libraries v1.2.03 API
Gets or sets the timeout value for the SQL query executions (the timeout of the select command for the data adapter).

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int CommandTimeout { get; set; }

Field Value

The command timeout (in seconds).
See Also