Skip to content

IHasCommandTimeout interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have a CommandTimeout property that determines the default command timeout for that connection.

public interface IHasCommandTimeout

Members

name description
CommandTimeout { get; set; } Gets or sets the command timeout.

See Also