Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 647 Bytes

IHasCommandTimeout.md

File metadata and controls

18 lines (12 loc) · 647 Bytes

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