Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 395 Bytes

DefaultCommandTimeout.md

File metadata and controls

16 lines (10 loc) · 395 Bytes

SqlSettings.DefaultCommandTimeout property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets or sets the default command timeout.

public static int? DefaultCommandTimeout { get; set; }

Property Value

The default command timeout.

See Also