Search Results for

    Show / Hide Table of Contents

    Interface IAop

    Namespace: FreeSql
    Assembly: FreeSql.dll
    Syntax
    public interface IAop

    Properties

    | Improve this Doc View Source

    AuditDataReaderHandler

    Declaration
    EventHandler<AuditDataReaderEventArgs> AuditDataReaderHandler { get; }
    Property Value
    Type Description
    System.EventHandler<AuditDataReaderEventArgs>
    | Improve this Doc View Source

    AuditValueHandler

    Declaration
    EventHandler<AuditValueEventArgs> AuditValueHandler { get; }
    Property Value
    Type Description
    System.EventHandler<AuditValueEventArgs>
    | Improve this Doc View Source

    CommandAfterHandler

    Declaration
    EventHandler<CommandAfterEventArgs> CommandAfterHandler { get; }
    Property Value
    Type Description
    System.EventHandler<CommandAfterEventArgs>
    | Improve this Doc View Source

    CommandBeforeHandler

    Declaration
    EventHandler<CommandBeforeEventArgs> CommandBeforeHandler { get; }
    Property Value
    Type Description
    System.EventHandler<CommandBeforeEventArgs>
    | Improve this Doc View Source

    ConfigEntityHandler

    Declaration
    EventHandler<ConfigEntityEventArgs> ConfigEntityHandler { get; }
    Property Value
    Type Description
    System.EventHandler<ConfigEntityEventArgs>
    | Improve this Doc View Source

    ConfigEntityPropertyHandler

    Declaration
    EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityPropertyHandler { get; }
    Property Value
    Type Description
    System.EventHandler<ConfigEntityPropertyEventArgs>
    | Improve this Doc View Source

    CurdAfterHandler

    Declaration
    EventHandler<CurdAfterEventArgs> CurdAfterHandler { get; }
    Property Value
    Type Description
    System.EventHandler<CurdAfterEventArgs>
    | Improve this Doc View Source

    CurdBeforeHandler

    Declaration
    EventHandler<CurdBeforeEventArgs> CurdBeforeHandler { get; }
    Property Value
    Type Description
    System.EventHandler<CurdBeforeEventArgs>
    | Improve this Doc View Source

    ParseExpressionHandler

    Declaration
    EventHandler<ParseExpressionEventArgs> ParseExpressionHandler { get; }
    Property Value
    Type Description
    System.EventHandler<ParseExpressionEventArgs>
    | Improve this Doc View Source

    SyncStructureAfterHandler

    Declaration
    EventHandler<SyncStructureAfterEventArgs> SyncStructureAfterHandler { get; }
    Property Value
    Type Description
    System.EventHandler<SyncStructureAfterEventArgs>
    | Improve this Doc View Source

    SyncStructureBeforeHandler

    Declaration
    EventHandler<SyncStructureBeforeEventArgs> SyncStructureBeforeHandler { get; }
    Property Value
    Type Description
    System.EventHandler<SyncStructureBeforeEventArgs>
    | Improve this Doc View Source

    TraceAfterHandler

    Declaration
    EventHandler<TraceAfterEventArgs> TraceAfterHandler { get; }
    Property Value
    Type Description
    System.EventHandler<TraceAfterEventArgs>
    | Improve this Doc View Source

    TraceBeforeHandler

    Declaration
    EventHandler<TraceBeforeEventArgs> TraceBeforeHandler { get; }
    Property Value
    Type Description
    System.EventHandler<TraceBeforeEventArgs>

    Events

    | Improve this Doc View Source

    AuditDataReader

    ADO.NET DataReader 拦截

    Declaration
    event EventHandler<AuditDataReaderEventArgs> AuditDataReader
    Event Type
    Type Description
    System.EventHandler<AuditDataReaderEventArgs>
    | Improve this Doc View Source

    AuditValue

    Insert/Update自动值处理

    Declaration
    event EventHandler<AuditValueEventArgs> AuditValue
    Event Type
    Type Description
    System.EventHandler<AuditValueEventArgs>
    | Improve this Doc View Source

    CommandAfter

    监视数据库命令对象(执行后,用于监视执行性能)

    Declaration
    event EventHandler<CommandAfterEventArgs> CommandAfter
    Event Type
    Type Description
    System.EventHandler<CommandAfterEventArgs>
    | Improve this Doc View Source

    CommandBefore

    监视数据库命令对象(执行前,调试)

    Declaration
    event EventHandler<CommandBeforeEventArgs> CommandBefore
    Event Type
    Type Description
    System.EventHandler<CommandBeforeEventArgs>
    | Improve this Doc View Source

    ConfigEntity

    自定义实体的配置,方便和多个 ORM 共同使用

    Declaration
    event EventHandler<ConfigEntityEventArgs> ConfigEntity
    Event Type
    Type Description
    System.EventHandler<ConfigEntityEventArgs>
    | Improve this Doc View Source

    ConfigEntityProperty

    自定义实体的属性配置,方便和多个 ORM 共同使用

    Declaration
    event EventHandler<ConfigEntityPropertyEventArgs> ConfigEntityProperty
    Event Type
    Type Description
    System.EventHandler<ConfigEntityPropertyEventArgs>
    | Improve this Doc View Source

    CurdAfter

    增删查改,执行命令完成后触发

    Declaration
    event EventHandler<CurdAfterEventArgs> CurdAfter
    Event Type
    Type Description
    System.EventHandler<CurdAfterEventArgs>
    | Improve this Doc View Source

    CurdBefore

    增删查改,执行命令之前触发

    Declaration
    event EventHandler<CurdBeforeEventArgs> CurdBefore
    Event Type
    Type Description
    System.EventHandler<CurdBeforeEventArgs>
    | Improve this Doc View Source

    ParseExpression

    可自定义解析表达式

    Declaration
    event EventHandler<ParseExpressionEventArgs> ParseExpression
    Event Type
    Type Description
    System.EventHandler<ParseExpressionEventArgs>
    | Improve this Doc View Source

    SyncStructureAfter

    CodeFirst迁移,执行完成触发

    Declaration
    event EventHandler<SyncStructureAfterEventArgs> SyncStructureAfter
    Event Type
    Type Description
    System.EventHandler<SyncStructureAfterEventArgs>
    | Improve this Doc View Source

    SyncStructureBefore

    CodeFirst迁移,执行之前触发

    Declaration
    event EventHandler<SyncStructureBeforeEventArgs> SyncStructureBefore
    Event Type
    Type Description
    System.EventHandler<SyncStructureBeforeEventArgs>
    | Improve this Doc View Source

    TraceAfter

    跟踪结束

    Declaration
    event EventHandler<TraceAfterEventArgs> TraceAfter
    Event Type
    Type Description
    System.EventHandler<TraceAfterEventArgs>
    | Improve this Doc View Source

    TraceBefore

    跟踪开始

    Declaration
    event EventHandler<TraceBeforeEventArgs> TraceBefore
    Event Type
    Type Description
    System.EventHandler<TraceBeforeEventArgs>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX