IHasCommandTimeout interface
namespace: Serenity.Data assembly: Serenity.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
- Source: IHasCommandTimeout.cs