This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Specifies the command timeout in seconds when executing queries against SQLServer.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Publish
Dacpac Settings
Syntax
public int CommandTimeout { get; set; }
Value
Type | Description |
---|---|
int | The command timeout in seconds. Default is 60 |