WrappedConnection.OpenedOnce property

namespace: Serenity.Data   assemblySerenity.Net.Data

Gets a value indicating whether the connection was opened once.

public bool OpenedOnce { get; }

Property Value

true if opened once; otherwise, false.

See Also