Skip to content

IHasOpenedOnce interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that have an OpenedOnce property that determines if the connection has been opened at least once.

public interface IHasOpenedOnce

Members

name description
OpenedOnce { get; } Gets the opened once info.

See Also