Search Results for

    Show / Hide Table of Contents

    Class SyncStructureAfterEventArgs

    Inheritance
    System.Object
    System.EventArgs
    SyncStructureBeforeEventArgs
    SyncStructureAfterEventArgs
    Inherited Members
    SyncStructureBeforeEventArgs.Identifier
    SyncStructureBeforeEventArgs.Stopwatch
    SyncStructureBeforeEventArgs.EntityTypes
    SyncStructureBeforeEventArgs.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 SyncStructureAfterEventArgs : SyncStructureBeforeEventArgs

    Constructors

    | Improve this Doc View Source

    SyncStructureAfterEventArgs(SyncStructureBeforeEventArgs, String, Exception)

    Declaration
    public SyncStructureAfterEventArgs(SyncStructureBeforeEventArgs before, string sql, Exception exception)
    Parameters
    Type Name Description
    SyncStructureBeforeEventArgs before
    System.String sql
    System.Exception exception

    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

    Sql

    执行的 SQL

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