LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.DefaultCommandTimeout property

The length of time (in seconds) each command can execute before the query is cancelled on the server, or zero to disable timeouts.

public uint DefaultCommandTimeout { get; set; }

See Also