Search Results for

    Show / Hide Table of Contents

    Class CurdAfterEventArgs

    Inheritance
    System.Object
    System.EventArgs
    CurdBeforeEventArgs
    CurdAfterEventArgs
    Inherited Members
    CurdBeforeEventArgs.Identifier
    CurdBeforeEventArgs.Stopwatch
    CurdBeforeEventArgs.CurdType
    CurdBeforeEventArgs.EntityType
    CurdBeforeEventArgs.Table
    CurdBeforeEventArgs.Sql
    CurdBeforeEventArgs.DbParms
    CurdBeforeEventArgs.States
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Aop
    Assembly: FreeSql.dll
    Syntax
    public class CurdAfterEventArgs : CurdBeforeEventArgs

    Constructors

    | Improve this Doc View Source

    CurdAfterEventArgs(CurdBeforeEventArgs, Exception, Object)

    Declaration
    public CurdAfterEventArgs(CurdBeforeEventArgs before, Exception exception, object executeResult)
    Parameters
    Type Name Description
    CurdBeforeEventArgs before
    System.Exception exception
    System.Object executeResult

    Properties

    | Improve this Doc View Source

    ElapsedMilliseconds

    耗时(单位:毫秒)

    Declaration
    public long ElapsedMilliseconds { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    ElapsedTicks

    耗时(单位:Ticks)

    Declaration
    public long ElapsedTicks { get; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Exception

    发生的错误

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception
    | Improve this Doc View Source

    ExecuteResult

    执行SQL命令,返回的结果

    Declaration
    public object ExecuteResult { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX