Search Results for

    Show / Hide Table of Contents

    Class EntityCreatedEventArgs

    Inheritance
    System.Object
    EntityCreatedEventArgs
    Namespace: LinqToDB
    Assembly: linq2db.Tools.dll
    Syntax
    public class EntityCreatedEventArgs : object

    Properties

    | Improve this Doc View Source

    DataContext

    DataContext that created a new entity.

    Declaration
    public IDataContext DataContext { get; }
    Property Value
    Type Description
    IDataContext
    | Improve this Doc View Source

    Entity

    Get or sets the entity that created.

    Declaration
    public object Entity { get; set; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    Map.DeepCopy<T>(T)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX