Skip to content

IHasActualConnection interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have an ActualConnection property of type IDbConnection.

public interface IHasActualConnection

Members

name description
ActualConnection { get; } Gets the actual connection.

See Also