arachnode.net

ApplicationSettings.SqlCommandTimeoutInMinutes Property

The duration until a SqlCommand times out. This setting determines how long the application will wait for an executing SqlCommand (StoredProcedure, etc.) before timing out.

public static int SqlCommandTimeoutInMinutes { public get; public set; }

Property Value

The SQL command timeout in minutes.

See Also

ApplicationSettings Class | Arachnode.Configuration Namespace