Table of Contents

Interface ISaveEventArguments

Namespace
OrpheusInterfaces.Core
Assembly
OrpheusInterfaces.dll

Orpheus save event arguments. Occurs when data are actually being save to the database.

public interface ISaveEventArguments

Properties

Transaction

IDbTransaction Transaction { get; set; }

Property Value

IDbTransaction

Current transaction.