IHasCommandTimeout interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interfaces for types that has an CommandTimeout property that determines the default command timeout for that connection

public interface IHasCommandTimeout

Members

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

See Also