IHasActualConnection interface

namespace: Serenity.Data   assemblySerenity.Net.Data

Interfaces for types that has an ActualConnection property of type IDbConnection

public interface IHasActualConnection

Members

name description
ActualConnection { get; } Gets the actual connection

See Also